From 2b51b1829d719e4c95d4cc51654ed3b12ad92336 Mon Sep 17 00:00:00 2001 From: Marvin Scholz Date: Sat, 24 Sep 2022 19:04:08 +0200 Subject: [PATCH] avutil/channel_layout: Remove bogus closing group --- libavutil/channel_layout.h | 1 - 1 file changed, 1 deletion(-) 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 @@ -745,7 +745,6 @@ int av_channel_layout_check(const AVChannelLayout *channel_layout); int av_channel_layout_compare(const AVChannelLayout *chl, const AVChannelLayout *chl1); /** - * @} * @} */