[FFmpeg-cvslog] fftools/ffmpeg: drop outdated comments

Anton Khirnov git at videolan.org
Sun May 28 11:52:31 EEST 2023


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Wed May 17 17:46:34 2023 +0200| [d9bcbf9200e4752c00d8e72ce4b5824dd6296633] | committer: Anton Khirnov

fftools/ffmpeg: drop outdated comments

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d9bcbf9200e4752c00d8e72ce4b5824dd6296633
---

 fftools/ffmpeg.c       | 1 -
 fftools/ffmpeg_demux.c | 1 -
 2 files changed, 2 deletions(-)

diff --git a/fftools/ffmpeg.c b/fftools/ffmpeg.c
index c70d38755b..1fc13b3e29 100644
--- a/fftools/ffmpeg.c
+++ b/fftools/ffmpeg.c
@@ -1431,7 +1431,6 @@ int main(int argc, char **argv)
         exit_program(1);
     }
 
-    /* file converter / grab */
     if (nb_output_files <= 0) {
         av_log(NULL, AV_LOG_FATAL, "At least one output file must be specified\n");
         exit_program(1);
diff --git a/fftools/ffmpeg_demux.c b/fftools/ffmpeg_demux.c
index 401ae1f850..7318abc6d9 100644
--- a/fftools/ffmpeg_demux.c
+++ b/fftools/ffmpeg_demux.c
@@ -1569,7 +1569,6 @@ int ifile_open(const OptionsContext *o, const char *filename)
 
     d->thread_queue_size = o->thread_queue_size;
 
-    /* update the current parameters so that they match the one of the input stream */
     add_input_streams(o, d);
 
     /* dump the file content */



More information about the ffmpeg-cvslog mailing list