mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avcodec/libdav1d: Fix unintended fallthrough
Based on a patch by Andreas Rheinhardt Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
9e1ffeda8c
commit
0d35634eaa
@ -539,6 +539,7 @@ FF_ENABLE_DEPRECATION_WARNINGS
|
|||||||
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;
|
||||||
|
Loading…
Reference in New Issue
Block a user