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>
pull/389/head
Andreas Rheinhardt 2 years ago
parent 0d35634eaa
commit 85b185b504
  1. 1
      libavcodec/av1dec.c

@ -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…
Cancel
Save