---
 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 */
-- 
2.39.2

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to