OSDN Git Service

avconv: fix a typo
authorAnton Khirnov <anton@khirnov.net>
Thu, 21 Feb 2013 09:57:57 +0000 (10:57 +0100)
committerAnton Khirnov <anton@khirnov.net>
Fri, 8 Mar 2013 13:14:25 +0000 (14:14 +0100)
avconv_opt.c

index cd3f7f6..1d2a7ef 100644 (file)
@@ -1901,7 +1901,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;