Re: [FFmpeg-devel] [PATCH 3/8] lavf/mux: add avformat_init_output

2016-04-13 Thread Michael Niedermayer
On Wed, Apr 13, 2016 at 04:28:33AM -0500, 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 | 30 +++

[FFmpeg-devel] [PATCH 3/8] lavf/mux: add avformat_init_output

2016-04-13 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 | 30 +++-- libavformat/internal.h | 10 + libavformat/mux.c | 59 +

Re: [FFmpeg-devel] [PATCH 3/8] lavf/mux: add avformat_init_output

2016-04-08 Thread Michael Niedermayer
On Thu, Apr 07, 2016 at 07:38:04PM -0500, 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 | 30 +++

[FFmpeg-devel] [PATCH 3/8] lavf/mux: add avformat_init_output

2016-04-07 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 | 30 +++-- libavformat/internal.h | 10 + libavformat/mux.c | 59 +