Re: [libav-devel] [PATCH 4/5] lavc: deprecate FF_MAX_B_FRAMES

2013-11-04 Thread Vittorio Giovara
On Mon, Nov 4, 2013 at 8:56 AM, Anton Khirnov an...@khirnov.net wrote: We should not arbitrarily decide the maximum B-frame number for all encoders supported by Libav, each encoder should be able to set its own limits. --- libavcodec/avcodec.h |5 + libavcodec/mpegvideo.h

[libav-devel] [PATCH 4/5] lavc: deprecate FF_MAX_B_FRAMES

2013-11-03 Thread Anton Khirnov
We should not arbitrarily decide the maximum B-frame number for all encoders supported by Libav, each encoder should be able to set its own limits. --- libavcodec/avcodec.h |5 + libavcodec/mpegvideo.h |2 ++ libavcodec/mpegvideo_enc.c |6 +-