diff options
author | Anton Khirnov <anton@khirnov.net> | 2023-05-17 17:46:34 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2023-05-28 10:47:59 +0200 |
commit | d9bcbf9200e4752c00d8e72ce4b5824dd6296633 (patch) | |
tree | 6b6bdd39ff0b15e407538c6e3c873d9566a1b98a /fftools/ffmpeg.c | |
parent | ec75b79fe148174fa704e09c7235e1ea9a4c2680 (diff) | |
download | ffmpeg-d9bcbf9200e4752c00d8e72ce4b5824dd6296633.tar.gz |
fftools/ffmpeg: drop outdated comments
Diffstat (limited to 'fftools/ffmpeg.c')
-rw-r--r-- | fftools/ffmpeg.c | 1 |
1 files changed, 0 insertions, 1 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); |