summaryrefslogtreecommitdiff
path: root/ffmpeg_opt.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2013-01-25 00:44:28 +0100
committerStefano Sabatini <stefasab@gmail.com>2013-01-25 00:46:41 +0100
commitc4738c319610ffa7b8a631d4fcc247f1c751d023 (patch)
tree4d239c1827fc36c59af547aec4e36094cfbdf192 /ffmpeg_opt.c
parent1ec3324f00e78a057206a475ab7920146bd918e5 (diff)
ffmpeg: fix typo in open_files() message
Found-By: Justin Ruggles
Diffstat (limited to 'ffmpeg_opt.c')
-rw-r--r--ffmpeg_opt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffmpeg_opt.c b/ffmpeg_opt.c
index 09f75d3e82..9a53bd68fd 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;