]> git.sesse.net Git - ffmpeg/commitdiff
ffmpeg: more exact comment about libavformat.
authorMichael Niedermayer <michaelni@gmx.at>
Thu, 8 Dec 2011 18:34:53 +0000 (19:34 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 8 Dec 2011 19:21:28 +0000 (20:21 +0100)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
avconv.c
ffmpeg.c

index 1351deea8b2bd001aa3b9f5c913699418adbe1b3..d629e3f430483e9778f29dd4cf46a78e76897601 100644 (file)
--- 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);
index 7929da2cf7dae24a62697e0e713cbce33a7e9e2d..be98aff57a75a9641b3c773658663e5d97c03eef 100644 (file)
--- 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);