mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-05 06:50:27 +00:00
avformat/rmdec: Add av_fallthrough
Reviewed-by: Ramiro Polla <ramiro.polla@gmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
3cf225b5f8
commit
2fd9d69034
1 changed files with 1 additions and 0 deletions
|
|
@ -215,6 +215,7 @@ static int rm_read_audio_stream_info(AVFormatContext *s, AVIOContext *pb,
|
|||
break;
|
||||
case AV_CODEC_ID_COOK:
|
||||
sti->need_parsing = AVSTREAM_PARSE_HEADERS;
|
||||
av_fallthrough;
|
||||
case AV_CODEC_ID_ATRAC3:
|
||||
case AV_CODEC_ID_SIPR:
|
||||
if (read_all) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue