mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-08-08 17:11:08 +00:00
avformat/nuv: add fall-through annotations
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user