mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-13 10:51:38 +00:00
avcodec/av1dec: Fix unintended fallthrough
Fixes Coverity issue #1521982. Reviewed-by: James Almer <jamrial@gmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
0d35634eaa
commit
85b185b504
@ -911,6 +911,7 @@ static int export_itut_t35(AVCodecContext *avctx, AVFrame *frame,
|
||||
default: // ignore unsupported identifiers
|
||||
break;
|
||||
}
|
||||
break;
|
||||
}
|
||||
case 0x3C: { // smpte_provider_code
|
||||
AVDynamicHDRPlus *hdrplus;
|
||||
|
Loading…
Reference in New Issue
Block a user