diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-02-21 10:57:57 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-03-08 14:14:25 +0100 |
commit | db2d65ce1ed13ea9a530b1934963a16c3e8fa460 (patch) | |
tree | 029f711b43b9791d56a5d153db9bc862229d8242 | |
parent | 64bfc3e20588b75c35fd2dba3a7c97194733e3d3 (diff) | |
download | ffmpeg-db2d65ce1ed13ea9a530b1934963a16c3e8fa460.tar.gz |
avconv: fix a typo
-rw-r--r-- | avconv_opt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/avconv_opt.c b/avconv_opt.c index cd3f7f65b2..1d2a7efd49 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; |