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.

h264 多slice的解码错误



使用dm8168 rdk_rdk 做h264解码,若编码是使用多slice的,使用ffmpeg的av_read_frame读视频帧,送数据解码时,出现以下错误:

[m3video] 154417:DECLINK::links_m3video/iva_dec/decLink_h264.c:[379]::INTERNAL ERROR:-1
[m3video] ALGPROCESS FAILED:STATUS
[m3video] outArgs->viddec3OutArgs.extendedError for channel 0 Error: 0x400
[m3video] Sequence called number 1
[m3video] 154457:DECLINK::links_m3video/iva_dec/decLink_h264.c:[379]::INTERNAL ERROR:-1
[m3video] ALGPROCESS FAILED:STATUS
[m3video] outArgs->viddec3OutArgs.extendedError for channel 0 Error: 0x400
[m3video] Sequence called number 3
[m3video] 154497:DECLINK::links_m3video/iva_dec/decLink_h264.c:[379]::INTERNAL ERROR:-1
[m3video] ALGPROCESS FAILED:STATUS
[m3video] outArgs->viddec3OutArgs.extendedError for channel 0 Error: 0x400
[m3video] Sequence called number 5

从日志上看,奇数帧的解码都是有问题的。请问对于多slice的解码,有什么需要注意的地方吗?