avutil/avsscanf: add break

This commit is contained in:
Marvin Scholz
2026-02-17 21:20:22 +01:00
parent 7e3e88d28d
commit b50a586583

View File

@@ -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':