From 039c2b7828dafba7d2e860bc1fd45a14dd72f076 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Fri, 26 Apr 2013 21:27:00 +0200 Subject: [PATCH] lavfi/hqdn3d: remove timeline flag. The filter stores some temporal data, which needs to be done with the passthrough callback system when timeline is enabled. Until then, timeline support is disabled. --- libavfilter/vf_hqdn3d.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavfilter/vf_hqdn3d.c b/libavfilter/vf_hqdn3d.c index 003f1756df..9c2e9edb95 100644 --- a/libavfilter/vf_hqdn3d.c +++ b/libavfilter/vf_hqdn3d.c @@ -356,5 +356,4 @@ AVFilter avfilter_vf_hqdn3d = { .inputs = avfilter_vf_hqdn3d_inputs, .outputs = avfilter_vf_hqdn3d_outputs, - .flags = AVFILTER_FLAG_SUPPORT_TIMELINE, };