[FFmpeg-cvslog] avconv: fix a typo

Anton Khirnov git at videolan.org
Tue Mar 12 21:20:48 CET 2013


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Thu Feb 21 10:57:57 2013 +0100| [db2d65ce1ed13ea9a530b1934963a16c3e8fa460] | committer: Anton Khirnov

avconv: fix a typo

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

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

diff --git a/avconv_opt.c b/avconv_opt.c
index cd3f7f6..1d2a7ef 100644
--- a/avconv_opt.c
+++ b/avconv_opt.c
@@ -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;



More information about the ffmpeg-cvslog mailing list