1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-02-04 06:08:26 +02:00

avformat/mm: add fallthrough comment

Fixes CID 1634888
This commit is contained in:
Peter Ross 2024-11-22 08:03:35 +11:00
parent 433cf391f5
commit 4472dec51d

View File

@ -190,6 +190,7 @@ static int read_packet(AVFormatContext *s,
default :
av_log(s, AV_LOG_INFO, "unknown chunk type 0x%x\n", type);
/* fallthrough */
case MM_TYPE_AUDIO2 :
avio_skip(pb, length);
}