]> git.sesse.net Git - ffmpeg/commitdiff
ffmpeg: fix typo in open_files() message
authorStefano Sabatini <stefasab@gmail.com>
Thu, 24 Jan 2013 23:44:28 +0000 (00:44 +0100)
committerStefano Sabatini <stefasab@gmail.com>
Thu, 24 Jan 2013 23:46:41 +0000 (00:46 +0100)
Found-By: Justin Ruggles
ffmpeg_opt.c

index 09f75d3e82a967a1699c4e7d57cc04994dc23b9c..9a53bd68fd7e08effe864bc6f78067bbf802b511 100644 (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;