avformat/nuv: add fall-through annotations

This commit is contained in:
Marvin Scholz
2026-04-28 16:01:42 +02:00
parent 909e00f3fe
commit 7b451cdb21

View File

@@ -276,6 +276,7 @@ static int nuv_packet(AVFormatContext *s, AVPacket *pkt)
avio_skip(pb, size);
break;
}
av_fallthrough;
case NUV_VIDEO:
if (ctx->v_id < 0) {
av_log(s, AV_LOG_ERROR, "Video packet in file without video stream!\n");