[FFmpeg-cvslog] ffmpeg: remove outdated warning.
Nicolas George
git at videolan.org
Tue Aug 21 00:15:36 CEST 2012
ffmpeg | branch: master | Nicolas George <nicolas.george at normalesup.org> | Sun Aug 19 12:14:29 2012 +0200| [f4aeb48516e6ed3ce8c2af9cc68479890ed0add0] | committer: Nicolas George
ffmpeg: remove outdated warning.
-t works with complex filters now.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f4aeb48516e6ed3ce8c2af9cc68479890ed0add0
---
ffmpeg_opt.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/ffmpeg_opt.c b/ffmpeg_opt.c
index dc83e52..942d3b5 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");
More information about the ffmpeg-cvslog
mailing list