lavf/utils: fix if_( style

This commit is contained in:
Stefano Sabatini 2015-02-04 13:01:25 +01:00
parent d2330e5844
commit fd242b468d
1 changed files with 1 additions and 1 deletions

View File

@ -3827,7 +3827,7 @@ int av_get_frame_filename(char *buf, int buf_size, const char *path, int number)
if (percentd_found)
goto fail;
percentd_found = 1;
if(number < 0)
if (number < 0)
nd += 1;
snprintf(buf1, sizeof(buf1), "%0*d", nd, number);
len = strlen(buf1);