summaryrefslogtreecommitdiff
path: root/ffmpeg_opt.c
diff options
context:
space:
mode:
authorNicolas George <nicolas.george@normalesup.org>2012-08-19 12:14:29 +0200
committerNicolas George <nicolas.george@normalesup.org>2012-08-21 00:03:00 +0200
commitf4aeb48516e6ed3ce8c2af9cc68479890ed0add0 (patch)
tree98906ed38cb08c4215e8a2ad020259a3b59d7610 /ffmpeg_opt.c
parentac45637324f0e6d4e3e6227f26d61203be162b87 (diff)
ffmpeg: remove outdated warning.
-t works with complex filters now.
Diffstat (limited to 'ffmpeg_opt.c')
-rw-r--r--ffmpeg_opt.c3
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");