mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-05-01 06:13:08 +08:00
avutil: add fall-through annotations
This commit is contained in:
@@ -694,6 +694,7 @@ av_channel_layout_channel_from_index(const AVChannelLayout *channel_layout,
|
||||
if ((1ULL << i) & channel_layout->u.mask && !idx--)
|
||||
return i;
|
||||
}
|
||||
av_fallthrough;
|
||||
default:
|
||||
return AV_CHAN_NONE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user