diff options
author | Marvin Scholz <epirat07@gmail.com> | 2022-09-24 19:04:08 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2022-10-17 09:51:47 +0200 |
commit | 2b51b1829d719e4c95d4cc51654ed3b12ad92336 (patch) | |
tree | c5cc11ece8863636d4097d7ca66c792f92ea72e2 /libavutil/channel_layout.h | |
parent | 2c59038208c1945bb4c368e381e2a74b35bc72bc (diff) | |
download | ffmpeg-2b51b1829d719e4c95d4cc51654ed3b12ad92336.tar.gz |
avutil/channel_layout: Remove bogus closing group
Diffstat (limited to 'libavutil/channel_layout.h')
-rw-r--r-- | libavutil/channel_layout.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavutil/channel_layout.h b/libavutil/channel_layout.h index 7808573118..7731de4146 100644 --- a/libavutil/channel_layout.h +++ b/libavutil/channel_layout.h @@ -746,7 +746,6 @@ int av_channel_layout_compare(const AVChannelLayout *chl, const AVChannelLayout /** * @} - * @} */ #endif /* AVUTIL_CHANNEL_LAYOUT_H */ |