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:
parent
433cf391f5
commit
4472dec51d
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user