mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-11 08:13:06 +00:00
avcodec/h264dec: add fall-through annotations
This commit is contained in:
@@ -645,6 +645,7 @@ static int decode_nal_units(H264Context *h, AVBufferRef *buf_ref,
|
||||
}
|
||||
idr_cleared = 1;
|
||||
h->has_recovery_point = 1;
|
||||
av_fallthrough;
|
||||
case H264_NAL_SLICE:
|
||||
h->has_slice = 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user