This is an automated email from the git hooks/post-receive script.

Git pushed a commit to branch master
in repository ffmpeg.

commit b70d6b4f587bf46a2b7d38f05f14c813c4231242
Author:     Marvin Scholz <[email protected]>
AuthorDate: Wed Feb 18 00:23:40 2026 +0100
Commit:     Marvin Scholz <[email protected]>
CommitDate: Tue Apr 28 12:29:37 2026 +0000

    avcodec/dv: add break
---
 libavcodec/dv.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavcodec/dv.c b/libavcodec/dv.c
index 194d982562..42c184d0b9 100644
--- a/libavcodec/dv.c
+++ b/libavcodec/dv.c
@@ -160,6 +160,7 @@ static inline void dv_calc_mb_coordinates(const AVDVProfile 
*d, int chan,
                 tbl[m] = (x << 2) | (y << 8);
                 break;
             }
+            break;
         default:
             break;
         }

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to