avcodec/rpza: add fall-through annotations

This commit is contained in:
Marvin Scholz
2026-02-18 00:19:17 +01:00
parent 7eff0307ff
commit 3ad3315342
+2
View File
@@ -36,6 +36,7 @@
#include <stdint.h>
#include "libavutil/attributes.h"
#include "libavutil/internal.h"
#include "avcodec.h"
#include "bytestream.h"
@@ -163,6 +164,7 @@ static int rpza_decode_stream(RpzaContext *s)
/* Fill blocks with 4 colors */
case 0xc0:
colorA = bytestream2_get_be16(&s->gb);
av_fallthrough;
case 0x20:
colorB = bytestream2_get_be16(&s->gb);