mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-11 08:13:06 +00:00
avcodec/svq1dec: add fall-through annotations
This commit is contained in:
@@ -558,6 +558,7 @@ static int svq1_decode_frame_header(AVCodecContext *avctx, AVFrame *frame, int *
|
||||
break;
|
||||
case 2:
|
||||
s->nonref = 1;
|
||||
av_fallthrough;
|
||||
case 1:
|
||||
frame->pict_type = AV_PICTURE_TYPE_P;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user