[FFmpeg-cvslog] ffmpeg: more exact comment about libavformat.
Michael Niedermayer
git at videolan.org
Thu Dec 8 20:22:35 CET 2011
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Thu Dec 8 19:34:53 2011 +0100| [7c41995e00a6003675082513f585fa88e26b99bd] | committer: Michael Niedermayer
ffmpeg: more exact comment about libavformat.
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7c41995e00a6003675082513f585fa88e26b99bd
---
avconv.c | 2 +-
ffmpeg.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/avconv.c b/avconv.c
index 1351dee..d629e3f 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);
diff --git a/ffmpeg.c b/ffmpeg.c
index 7929da2..be98aff 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);
More information about the ffmpeg-cvslog
mailing list