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 H263 decode fail in P frame.

hi

I find a problem when I decode H263 stream(extended ptype is 0x7 and use update full extended ptype) in DM8168's RDK.
I get RTP payload and combine it to a frame, then use RDK's h263 decoder to decode it.
decoding I frame is fine, but decoding P frame will fail.
the RDK report error message is below.

m3video] 123411:DECLINK::links_m3video/iva_dec/decLink_mpeg4.c:[300]::INTERNAL ERROR:-1
 [m3video] ALGPROCESS FAILED:STATUS
 [m3video] outArgs->viddec3OutArgs.extendedError for channel 8 Error: 0x511cc0
 [m3video] 123412:WARN
 [m3video] DECLINK:ERROR in Declink_mpeg4DecodeFrameBatch.Status[-1]


the codec spec say that bit 6/7 is GOB and Packet error.

  IMPEG4D_ERR_GOB,
  /**<
* Bit 6
*  1 - Error in GOB parsing
*  0 - Ignore
*/
  IMPEG4D_ERR_VIDEOPACKET,
  /**<
* Bit 7
*  1 - Error in Video Packet parsing
*  0 - Ignore
*/

I have checked the header and the header should be ok. so I want some help to check if decoder can decode it or not.
the stream dump file(extended ptype 0x7 and update full extended ptype) is in the attach file.

ps:the decoder version is REL.500.V.MPEG4.D.IVAHD.01.00.06.00.
and other stream without extended ptype 0x7 and update full extended ptype can be decoded normally.


thanks.

0572.dec.7z