1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00

avutil/channel_layout: Remove bogus closing group

This commit is contained in:
Marvin Scholz 2022-09-24 19:04:08 +02:00 committed by Anton Khirnov
parent 2c59038208
commit 2b51b1829d

View File

@ -745,7 +745,6 @@ int av_channel_layout_check(const AVChannelLayout *channel_layout);
int av_channel_layout_compare(const AVChannelLayout *chl, const AVChannelLayout *chl1);
/**
* @}
* @}
*/