Re: [FFmpeg-devel] [PATCH 05/13] lavf/mux: add avformat_init_output

2016-06-12 Thread Marton Balint
On Sun, 12 Jun 2016, Rodger Combs wrote: This allows a consumer to run the muxer's init function without actually writing the header, which is useful in chained muxers that support automatic bitstream filtering. --- libavformat/avformat.h | 34 +-- libavformat/internal.h

[FFmpeg-devel] [PATCH 05/13] lavf/mux: add avformat_init_output

2016-06-12 Thread Rodger Combs
This allows a consumer to run the muxer's init function without actually writing the header, which is useful in chained muxers that support automatic bitstream filtering. --- libavformat/avformat.h | 34 +-- libavformat/internal.h | 10 libavformat/mux.c | 64