Re: [FFmpeg-devel] /libavcodec/h264_slice.c: selectively discard MB to be decoded

2016-02-11 Thread Moritz Barsnick
On Thu, Feb 11, 2016 at 01:20:52 -0800, Mehdi Hosseini wrote: > I want to discard some MBs of a B-FRAME from decoding. In fact, I want to > avoid some special MBs to be decoded and instead copying MBs of one of its > parents. Note that no B-Frame is encoded as a reference frame. The best > function

Re: [FFmpeg-devel] /libavcodec/h264_slice.c: selectively discard MB to be decoded

2016-02-11 Thread Mehdi Hosseini
Hi all, I want to discard some MBs of a B-FRAME from decoding. In fact, I want to avoid some special MBs to be decoded and instead copying MBs of one of its parents. Note that no B-Frame is encoded as a reference frame. The best function for me to discard a list of MB is: (/libavcodec/h264_slice.

[FFmpeg-devel] /libavcodec/h264_slice.c: selectively discard MB to be decoded

2016-02-11 Thread Mehdi Hosseini
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