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

2016-04-27 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

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

2016-04-20 Thread wm4
On Wed, 20 Apr 2016 02:10:57 -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. > --- > diff --git a/libavformat/internal.h b/libavformat/inter

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

2016-04-20 Thread Michael Niedermayer
On Wed, Apr 20, 2016 at 02:10:57AM -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 | 34 +++

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

2016-04-20 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 | 6