Commit c4738c31 authored by Stefano Sabatini's avatar Stefano Sabatini

ffmpeg: fix typo in open_files() message

Found-By: Justin Ruggles
parent 1ec3324f
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment