This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit c790f4284f6811ffafd0f84815734473a19981a0 Author: Marvin Scholz <[email protected]> AuthorDate: Tue Feb 17 21:58:08 2026 +0100 Commit: Marvin Scholz <[email protected]> CommitDate: Tue Apr 28 12:29:37 2026 +0000 avcodec/vc1: add break --- libavcodec/vc1.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/vc1.c b/libavcodec/vc1.c index e365aaec84..ab247f0a7f 100644 --- a/libavcodec/vc1.c +++ b/libavcodec/vc1.c @@ -248,6 +248,7 @@ static int vop_dquant_decoding(VC1Context *v) v->halfpq = 0; return 0; } + break; default: break; //Forbidden ? } _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
