mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-05-01 14:22:21 +08:00
avutil/avsscanf: add break
This commit is contained in:
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user