You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +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:
@@ -539,6 +539,7 @@ FF_ENABLE_DEPRECATION_WARNINGS
|
||||
default: // ignore unsupported identifiers
|
||||
break;
|
||||
}
|
||||
break;
|
||||
}
|
||||
case 0x3C: { // smpte_provider_code
|
||||
AVDynamicHDRPlus *hdrplus;
|
||||
|
Reference in New Issue
Block a user