[FFmpeg-cvslog] avcodec/libdav1d: Fix unintended fallthrough

James Almer git at videolan.org
Wed Mar 15 17:43:30 EET 2023


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Wed Mar 15 12:42:13 2023 -0300| [0d35634eaa6cd2b41292518489d559b030c00702] | committer: James Almer

avcodec/libdav1d: Fix unintended fallthrough

Based on a patch by Andreas Rheinhardt

Signed-off-by: James Almer <jamrial at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0d35634eaa6cd2b41292518489d559b030c00702
---

 libavcodec/libdav1d.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavcodec/libdav1d.c b/libavcodec/libdav1d.c
index eb1225ea1a..632023ba73 100644
--- a/libavcodec/libdav1d.c
+++ b/libavcodec/libdav1d.c
@@ -539,6 +539,7 @@ FF_ENABLE_DEPRECATION_WARNINGS
             default: // ignore unsupported identifiers
                 break;
             }
+            break;
         }
         case 0x3C: { // smpte_provider_code
             AVDynamicHDRPlus *hdrplus;



More information about the ffmpeg-cvslog mailing list