You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
ffmpeg: fix typo in open_files() message
Found-By: Justin Ruggles
This commit is contained in:
@@ -2297,7 +2297,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;
|
||||
|
Reference in New Issue
Block a user