I checked avcodec error log, it returns: AV_LOG_ERROR: number of reference frames exceeds max (probably corrupt input), discarding one AV_LOG_ERROR: corrupted macroblock %d %d (total_coeff=%d) AV_LOG_ERROR: error while decoding MB %d %d
On Fri, Aug 5, 2011 at 7:35 PM, Derek Pang <[email protected]> wrote: > Dear list, > > Question: > > Does ffmpeg decoder support random truncation of frame boundaries in the > middle of packets for H.264 ? > I set my codec context flag CODEC_FLAG_TRUNCATED; however, the decoder did > not stop at the appropriate frame boundary and try to decode the whole > packet. > > Thanks, > Derek >
_______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
