when calling avcodec_decode_video2(pCodecCtx, pFrame, &got_picture, &packet); to decode H264 video from PMP file.
I often get the following warnings as:
FF: SEI type 1 size 40 truncated at 36
FF: error while decoding MB 23 15, bytestream (td)
FF: Cannot use next picture in error concealment
...
FF: No accelerated colorspace conversion found from yuv420p to rgb24.
....
While, got_picture still return 1, but the video quality is bad, often vague and flicker. What's the problem? and what can I do? Thank you!