avcodec/vb: add fall-through annotations

This commit is contained in:
Marvin Scholz
2026-04-28 12:29:37 +00:00
parent c790f4284f
commit 20d6759f8e
+2
View File
@@ -24,6 +24,7 @@
* VB Video decoder
*/
#include "libavutil/attributes.h"
#include "libavutil/mem.h"
#include "avcodec.h"
#include "bytestream.h"
@@ -159,6 +160,7 @@ static int vb_decode_framedata(VBDecContext *c, int offset)
break;
case 1:
pattern = ~pattern;
av_fallthrough;
case 2:
a = bytestream2_get_byte(&g);
for (y = 0; y < 4; y++)