Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
| ... | ... |
@@ -3119,7 +3119,7 @@ static int opt_input_file(OptionsContext *o, const char *opt, const char *filena |
| 3119 | 3119 |
ic->flags |= AVFMT_FLAG_NONBLOCK; |
| 3120 | 3120 |
ic->interrupt_callback = int_cb; |
| 3121 | 3121 |
|
| 3122 |
- /* open the input file with generic libav function */ |
|
| 3122 |
+ /* open the input file with generic avformat function */ |
|
| 3123 | 3123 |
err = avformat_open_input(&ic, filename, file_iformat, &format_opts); |
| 3124 | 3124 |
if (err < 0) {
|
| 3125 | 3125 |
print_error(filename, err); |
| ... | ... |
@@ -3399,7 +3399,7 @@ static int opt_input_file(OptionsContext *o, const char *opt, const char *filena |
| 3399 | 3399 |
ic->loop_input = loop_input; |
| 3400 | 3400 |
} |
| 3401 | 3401 |
|
| 3402 |
- /* open the input file with generic libav function */ |
|
| 3402 |
+ /* open the input file with generic avformat function */ |
|
| 3403 | 3403 |
err = avformat_open_input(&ic, filename, file_iformat, &format_opts); |
| 3404 | 3404 |
if (err < 0) {
|
| 3405 | 3405 |
print_error(filename, err); |