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.
This commit is contained in:
Clément Bœsch 2013-04-26 21:27:00 +02:00
parent 74b1c32a80
commit 039c2b7828
1 changed files with 0 additions and 1 deletions

View File

@ -356,5 +356,4 @@ AVFilter avfilter_vf_hqdn3d = {
.inputs = avfilter_vf_hqdn3d_inputs,
.outputs = avfilter_vf_hqdn3d_outputs,
.flags = AVFILTER_FLAG_SUPPORT_TIMELINE,
};