mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-03 13:32:10 +00:00
lavf/utils: fix if_( style
This commit is contained in:
parent
d2330e5844
commit
fd242b468d
@ -3827,7 +3827,7 @@ int av_get_frame_filename(char *buf, int buf_size, const char *path, int number)
|
|||||||
if (percentd_found)
|
if (percentd_found)
|
||||||
goto fail;
|
goto fail;
|
||||||
percentd_found = 1;
|
percentd_found = 1;
|
||||||
if(number < 0)
|
if (number < 0)
|
||||||
nd += 1;
|
nd += 1;
|
||||||
snprintf(buf1, sizeof(buf1), "%0*d", nd, number);
|
snprintf(buf1, sizeof(buf1), "%0*d", nd, number);
|
||||||
len = strlen(buf1);
|
len = strlen(buf1);
|
||||||
|
Loading…
Reference in New Issue
Block a user