diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2012-08-19 12:14:29 +0200 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2012-08-21 00:03:00 +0200 |
commit | f4aeb48516e6ed3ce8c2af9cc68479890ed0add0 (patch) | |
tree | 98906ed38cb08c4215e8a2ad020259a3b59d7610 /ffmpeg_opt.c | |
parent | ac45637324f0e6d4e3e6227f26d61203be162b87 (diff) | |
download | ffmpeg-f4aeb48516e6ed3ce8c2af9cc68479890ed0add0.tar.gz |
ffmpeg: remove outdated warning.
-t works with complex filters now.
Diffstat (limited to 'ffmpeg_opt.c')
-rw-r--r-- | ffmpeg_opt.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ffmpeg_opt.c b/ffmpeg_opt.c index dc83e52e34..942d3b5802 100644 --- a/ffmpeg_opt.c +++ b/ffmpeg_opt.c @@ -1379,9 +1379,6 @@ static void init_output_filter(OutputFilter *ofilter, OptionsContext *o, "cannot be used together.\n", ost->file_index, ost->index); exit_program(1); } - if (o->recording_time != INT64_MAX) - av_log(NULL, AV_LOG_WARNING, - "-t does not work with -filter_complex (yet).\n"); if (configure_output_filter(ofilter->graph, ofilter, ofilter->out_tmp) < 0) { av_log(NULL, AV_LOG_FATAL, "Error configuring filter.\n"); |