[FFmpeg-devel] [PATCH 1/3] ffmpeg: remove outdated warning.

Nicolas George nicolas.george at normalesup.org
Sun Aug 19 17:53:14 CEST 2012


-t works with complex filters now.

Signed-off-by: Nicolas George <nicolas.george at normalesup.org>
---
 ffmpeg_opt.c |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/ffmpeg_opt.c b/ffmpeg_opt.c
index 39a19e8..4bea38b 100644
--- a/ffmpeg_opt.c
+++ b/ffmpeg_opt.c
@@ -1359,9 +1359,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");
-- 
1.7.10.4



More information about the ffmpeg-devel mailing list