<DIV>Hi All,</DIV>
<DIV><BR>I want to use FFmpeg decode libraries to decode an h.264 video stream. I found the libavcodec/api-example.c is a test example can decode MPEG1VIDEO format video streams. Now I use CODEC_ID_H264 instead of CODEC_ID_MPEG1VIDEO and build it, then add an argument (h.264 encode video stream) when ran the test case, there an error occurs. Below is the error log:<BR> <BR>#Video decoding<BR>#[h264 @ 0x8937020]error while decoding MB 14 7, bytestream (-23)<BR>#[h264 @ 0x8937020]concealing 955 DC, 955 AC, 955 MV errors<BR>#[h264 @ 0x8937020]no frame!<BR>#Error while decoding frame 0<BR> <BR>Who can help me to resolve this issue?<BR>Any feedback is appreciated.</DIV>
<DIV><BR>Regards,<BR>Stefan<BR></DIV>