diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-12-08 19:34:53 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-12-08 20:21:28 +0100 |
commit | 7c41995e00a6003675082513f585fa88e26b99bd (patch) | |
tree | 978baf9d8ed5d94dc0002a3950c4412eb497f8cf /avconv.c | |
parent | 935ac228e420d5bcf4893e8d180745772e93496c (diff) | |
download | ffmpeg-7c41995e00a6003675082513f585fa88e26b99bd.tar.gz |
ffmpeg: more exact comment about libavformat.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'avconv.c')
-rw-r--r-- | avconv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |