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

wm4 nfxjfg at googlemail.com
Wed Apr 20 16:00:48 CEST 2016


On Wed, 20 Apr 2016 02:10:57 -0500
Rodger Combs <rodger.combs at gmail.com> 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"?


More information about the ffmpeg-devel mailing list