avcodec/h264dec: add fall-through annotations

This commit is contained in:
Marvin Scholz
2026-04-28 12:29:37 +00:00
parent 16e944c8e4
commit 735e670334
+1
View File
@@ -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;