You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02: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:
@@ -911,6 +911,7 @@ static int export_itut_t35(AVCodecContext *avctx, AVFrame *frame,
|
|||||||
default: // ignore unsupported identifiers
|
default: // ignore unsupported identifiers
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
case 0x3C: { // smpte_provider_code
|
case 0x3C: { // smpte_provider_code
|
||||||
AVDynamicHDRPlus *hdrplus;
|
AVDynamicHDRPlus *hdrplus;
|
||||||
|
Reference in New Issue
Block a user