summaryrefslogtreecommitdiff
path: root/ffmpeg.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 /ffmpeg.c
parent935ac228e420d5bcf4893e8d180745772e93496c (diff)
ffmpeg: more exact comment about libavformat.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index 7929da2cf7..be98aff57a 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -3399,7 +3399,7 @@ static int opt_input_file(OptionsContext *o, const char *opt, const char *filena
ic->loop_input = loop_input;
}
- /* 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);