ffmpeg: fix typo in open_files() message

Found-By: Justin Ruggles
This commit is contained in:
Stefano Sabatini 2013-01-25 00:44:28 +01:00
parent 1ec3324f00
commit c4738c3196
1 changed files with 1 additions and 1 deletions

View File

@ -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;