Re: [FFmpeg-devel] [PATCH 3/3] avformat: deprecate AVFMT_FLAG_AUTO_BSF

2017-12-06 Thread James Almer
On 11/26/2017 5:51 PM, James Almer wrote: > The bitstream filters inserted by this option should not be optional. > They are needed to succesfully mux files in some cases, and to prevent > muxing broken files in others. > > This is more in line with AVCodec.bsfs() > > Signed-off-by: James Almer

[FFmpeg-devel] [PATCH 3/3] avformat: deprecate AVFMT_FLAG_AUTO_BSF

2017-11-26 Thread James Almer
The bitstream filters inserted by this option should not be optional. They are needed to succesfully mux files in some cases, and to prevent muxing broken files in others. This is more in line with AVCodec.bsfs() Signed-off-by: James Almer --- libavformat/avformat.h | 4 +++- libavformat/m