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:
James Almer 2023-03-15 12:42:13 -03:00
parent 9e1ffeda8c
commit 0d35634eaa
1 changed files with 1 additions and 0 deletions

View File

@ -539,6 +539,7 @@ FF_ENABLE_DEPRECATION_WARNINGS
default: // ignore unsupported identifiers
break;
}
break;
}
case 0x3C: { // smpte_provider_code
AVDynamicHDRPlus *hdrplus;