Commit db2d65ce authored by Anton Khirnov's avatar Anton Khirnov

avconv: fix a typo

parent 64bfc3e2
...@@ -1901,7 +1901,7 @@ static int open_files(OptionGroupList *l, const char *inout, ...@@ -1901,7 +1901,7 @@ static int open_files(OptionGroupList *l, const char *inout,
inout, g->arg); inout, g->arg);
return ret; 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; 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