fftools/ffmpeg: drop outdated comments

This commit is contained in:
Anton Khirnov 2023-05-17 17:46:34 +02:00
parent ec75b79fe1
commit d9bcbf9200
2 changed files with 0 additions and 2 deletions

View File

@ -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);

View File

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