This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DM8168 H264场编码的解码问题

我的工作中遇到了一个问题,是关于场编码类型的H264的解码问题,详细情况如下:

我的产品涉及到多通道H264解码,工作期间遇到了场编码类型的H264码流的解码,也就是H264数据帧是半场编码数据,两帧数据才是一个完整的数据帧,而我发现目前我用的RDK并不支持这种数据帧的解码,我在构建dec解码通道时,processCallLevel设置为VDEC_FIELDLEVELPROCESSCALL,fieldMergeDecodeEnable也设置为使能状态,设置为1,但是这种设置在执行过程中遇到的断言错,并且在此处有个非常明确的注释,说明在多通道场景下,还不支持场混合模式,/*In the N-channel decoder scheme, field merged mode is not supported yet*/,我想知道在最新的RDK中,这种模式是否已经被支持了?目前我使用的RDK版本是4.1.0.2。

另外,在不更换RDK版本的情况下,有没有可能使这种模式能够实现?该怎么做?

谢谢。