[FFmpeg-cvslog] lavfi/hqdn3d: remove timeline flag.
Clément Bœsch
git at videolan.org
Fri Apr 26 21:40:02 CEST 2013
ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Fri Apr 26 21:27:00 2013 +0200| [039c2b7828dafba7d2e860bc1fd45a14dd72f076] | committer: Clément Bœsch
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.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=039c2b7828dafba7d2e860bc1fd45a14dd72f076
---
libavfilter/vf_hqdn3d.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavfilter/vf_hqdn3d.c b/libavfilter/vf_hqdn3d.c
index 003f175..9c2e9ed 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,
};
More information about the ffmpeg-cvslog
mailing list