[FFmpeg-devel] [PATCH] avformat/avformat: Remove reference to removed setter

Andreas Rheinhardt andreas.rheinhardt at outlook.com
Tue Feb 13 14:24:20 EET 2024


Andreas Rheinhardt:
> Removed in 704017d91ec8fbade0de072d222018c1a6013b70.
> 
> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> ---
>  libavformat/avformat.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/libavformat/avformat.h b/libavformat/avformat.h
> index 5d0fe82250..1e98970b89 100644
> --- a/libavformat/avformat.h
> +++ b/libavformat/avformat.h
> @@ -1688,7 +1688,7 @@ typedef struct AVFormatContext {
>      /**
>       * Number of bytes to be written as padding in a metadata header.
>       * Demuxing: Unused.
> -     * Muxing: Set by user via av_format_set_metadata_header_padding.
> +     * Muxing: Set by user.
>       */
>      int metadata_header_padding;
>  

Will apply tomorrow unless there are objections.

- Andreas



More information about the ffmpeg-devel mailing list