diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-04-26 21:27:00 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-04-26 21:27:02 +0200 |
commit | 039c2b7828dafba7d2e860bc1fd45a14dd72f076 (patch) | |
tree | d859d8b6a3fb010aadbb7344cedfc6393f833123 | |
parent | 74b1c32a8027c2d3eb6d4fdf6d6857f7587a069b (diff) | |
download | ffmpeg-039c2b7828dafba7d2e860bc1fd45a14dd72f076.tar.gz |
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.
-rw-r--r-- | libavfilter/vf_hqdn3d.c | 1 |
1 files changed, 0 insertions, 1 deletions
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, }; |