Skip to content
Snippets Groups Projects
Commit c4738c31 authored by Stefano Sabatini's avatar Stefano Sabatini
Browse files

ffmpeg: fix typo in open_files() message

Found-By: Justin Ruggles
parent 1ec3324f
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment