Hi all,

I want to discard some MBs of a B-FRAME from decoding. In fact, I want to
avoid some special MB to be decoded and instead copy the MB of one of its
parents. Note that no B-Frame is reference. The best function for me to
discard a list of MB is:

(/libavcodec/h264_slice.c) static int decode_slice(struct AVCodecContext
*avctx, void *arg)

 FRAME_MBAFF(h)
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to