On Wed, 20 Apr 2016 02:10:57 -0500
Rodger Combs <[email protected]> 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/internal.h
> index 52f9eb6..1ac7a06 100644
> --- a/libavformat/internal.h
> +++ b/libavformat/internal.h
> @@ -124,6 +124,16 @@ struct AVFormatInternal {
> * Whether or not a header has already been written
> */
> int header_written;
> +
> + /**
> + * Whether or not avformat_init has already been called
Should be "avformat_init_output"?
_______________________________________________
ffmpeg-devel mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel