This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit b50a586583ecb0a0c03ac29c8dac62431aaae712 Author: Marvin Scholz <[email protected]> AuthorDate: Tue Feb 17 21:20:22 2026 +0100 Commit: Marvin Scholz <[email protected]> CommitDate: Tue Apr 28 12:29:37 2026 +0000 avutil/avsscanf: add break --- libavutil/avsscanf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavutil/avsscanf.c b/libavutil/avsscanf.c index 94f7710043..daa8f4929e 100644 --- a/libavutil/avsscanf.c +++ b/libavutil/avsscanf.c @@ -828,6 +828,7 @@ static int ff_vfscanf(FFFILE *f, const char *fmt, va_list ap) switch (t) { case 'c': if (width < 1) width = 1; + break; case '[': break; case 'n': _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
