mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-11 08:13:06 +00:00
avcodec/imx: add fall-through annotations
This commit is contained in:
@@ -79,6 +79,7 @@ static int imx_decode_frame(AVCodecContext *avctx, AVFrame *rframe,
|
||||
switch (op) {
|
||||
case 3:
|
||||
len = len * 64 + bytestream2_get_byte(&gb);
|
||||
av_fallthrough;
|
||||
case 0:
|
||||
while (len > 0) {
|
||||
x++;
|
||||
|
||||
Reference in New Issue
Block a user