[FFmpeg-cvslog] ffmpeg: fix typo in open_files() message

Stefano Sabatini git at videolan.org
Fri Jan 25 00:49:32 CET 2013


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Fri Jan 25 00:44:28 2013 +0100| [c4738c319610ffa7b8a631d4fcc247f1c751d023] | committer: Stefano Sabatini

ffmpeg: fix typo in open_files() message

Found-By: Justin Ruggles

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c4738c319610ffa7b8a631d4fcc247f1c751d023
---

 ffmpeg_opt.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ffmpeg_opt.c b/ffmpeg_opt.c
index 09f75d3..9a53bd6 100644
--- a/ffmpeg_opt.c
+++ b/ffmpeg_opt.c
@@ -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;



More information about the ffmpeg-cvslog mailing list