avcodec/jpeglsdec: add fall-through annotations

This commit is contained in:
Marvin Scholz
2026-04-28 12:29:37 +00:00
parent f4a05e3528
commit c49390ee87
+2
View File
@@ -25,6 +25,7 @@
* JPEG-LS decoder.
*/
#include "libavutil/attributes.h"
#include "libavutil/mem.h"
#include "avcodec.h"
#include "codec_internal.h"
@@ -77,6 +78,7 @@ int ff_jpegls_decode_lse(MJpegDecodeContext *s)
break;
case 2:
s->palette_index = 0;
av_fallthrough;
case 3:
tid= bytestream2_get_byte(&s->gB);
wt = bytestream2_get_byte(&s->gB);