diff options
author | Marvin Scholz <epirat07@gmail.com> | 2022-09-24 19:05:56 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2022-10-17 09:51:47 +0200 |
commit | 6c2ae2e994290133381221e89d23f629a6ac39d4 (patch) | |
tree | 8bde4305852abd80eefb6252df952823360ab051 /libavutil | |
parent | 57c8722a4794da2d3bde9fbc0c430baead3de39d (diff) | |
download | ffmpeg-6c2ae2e994290133381221e89d23f629a6ac39d4.tar.gz |
avutil/channel_layout: Group deprecated functions
Makes it a bit easier to spot the deprecated ones when
looking at the overview.
Diffstat (limited to 'libavutil')
-rw-r--r-- | libavutil/channel_layout.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libavutil/channel_layout.h b/libavutil/channel_layout.h index 90d6d967c1..e94aeb7b8c 100644 --- a/libavutil/channel_layout.h +++ b/libavutil/channel_layout.h @@ -395,6 +395,11 @@ struct AVBPrint; #if FF_API_OLD_CHANNEL_LAYOUT /** + * @name Deprecated Functions + * @{ + */ + +/** * Return a channel layout id that matches name, or 0 if no match is found. * * name can be one or several of the following notations, @@ -520,6 +525,9 @@ const char *av_get_channel_description(uint64_t channel); attribute_deprecated int av_get_standard_channel_layout(unsigned index, uint64_t *layout, const char **name); +/** + * @} + */ #endif /** |