mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 03:28:27 +00:00
avconv: fix a typo
This commit is contained in:
parent
64bfc3e205
commit
db2d65ce1e
@ -1901,7 +1901,7 @@ static int open_files(OptionGroupList *l, const char *inout,
|
||||
inout, g->arg);
|
||||
return ret;
|
||||
}
|
||||
av_log(NULL, AV_LOG_DEBUG, "Successfully openened the file.\n");
|
||||
av_log(NULL, AV_LOG_DEBUG, "Successfully opened the file.\n");
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user