summaryrefslogtreecommitdiff
path: root/avconv.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-12-08 19:34:53 +0100
committerMichael Niedermayer <michaelni@gmx.at>2011-12-08 20:21:28 +0100
commit7c41995e00a6003675082513f585fa88e26b99bd (patch)
tree978baf9d8ed5d94dc0002a3950c4412eb497f8cf /avconv.c
parent935ac228e420d5bcf4893e8d180745772e93496c (diff)
ffmpeg: more exact comment about libavformat.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'avconv.c')
-rw-r--r--avconv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/avconv.c b/avconv.c
index 1351deea8b..d629e3f430 100644
--- a/avconv.c
+++ b/avconv.c
@@ -3119,7 +3119,7 @@ static int opt_input_file(OptionsContext *o, const char *opt, const char *filena
ic->flags |= AVFMT_FLAG_NONBLOCK;
ic->interrupt_callback = int_cb;
- /* open the input file with generic libav function */
+ /* open the input file with generic avformat function */
err = avformat_open_input(&ic, filename, file_iformat, &format_opts);
if (err < 0) {
print_error(filename, err);