diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-08-05 08:37:43 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-08-08 21:56:26 +0200 |
commit | ab2960970171ce3c988405f99a517b9a2fd6496e (patch) | |
tree | 0434e335a23d961737a997b6f9a06e54be3b6ac2 /avconv.c | |
parent | a5fd7c607f7aa6dad7dc2ca9b579c26ddef359d9 (diff) | |
download | ffmpeg-ab2960970171ce3c988405f99a517b9a2fd6496e.tar.gz |
avconv: allow no input files.
It is now possible to use lavfi sources.
Diffstat (limited to 'avconv.c')
-rw-r--r-- | avconv.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -2431,11 +2431,6 @@ int main(int argc, char **argv) exit_program(1); } - if (nb_input_files == 0) { - av_log(NULL, AV_LOG_FATAL, "At least one input file must be specified\n"); - exit_program(1); - } - ti = getutime(); if (transcode() < 0) exit_program(1); |