[FFmpeg-devel] [PATCH v3 10/54] avutil/channel_layout: Group deprecated functions

Anton Khirnov anton at khirnov.net
Sun Oct 16 16:11:43 EEST 2022


Quoting Marvin Scholz (2022-09-25 02:10:37)
> Makes it a bit easier to spot the deprecated ones when
> looking at the overview.
> ---
>  libavutil/channel_layout.h | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/libavutil/channel_layout.h b/libavutil/channel_layout.h
> index 070c98072b..52af52390c 100644
> --- a/libavutil/channel_layout.h
> +++ b/libavutil/channel_layout.h
> @@ -394,6 +394,11 @@ typedef struct AVChannelLayout {
>  struct AVBPrint;
>  
>  #if FF_API_OLD_CHANNEL_LAYOUT
> +/**
> + * @name Depreacted Functins

tpyoes

will fix myself on pushing

-- 
Anton Khirnov


More information about the ffmpeg-devel mailing list