Re: [FFmpeg-devel] [PATCH 1/2] lavf: stop honoring AVFMT_FLAG_AUTO_BSF

2022-11-26 Thread Gyan Doshi
On 2022-11-25 11:30 pm, Anton Khirnov wrote: There should no longer be reason for the callers to disable this. In-muxer bitstream filtering should be considered a part of the muxer internals and invisible to the caller. --- libavformat/internal.h | 5 + libavformat/movenc.c|

[FFmpeg-devel] [PATCH 1/2] lavf: stop honoring AVFMT_FLAG_AUTO_BSF

2022-11-25 Thread Anton Khirnov
There should no longer be reason for the callers to disable this. In-muxer bitstream filtering should be considered a part of the muxer internals and invisible to the caller. --- libavformat/internal.h | 5 + libavformat/movenc.c| 5 +++-- libavformat/mux.c | 3 ++- liba