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.
pull/15/head
Clément Bœsch 12 years ago
parent 74b1c32a80
commit 039c2b7828
  1. 1
      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,
};

Loading…
Cancel
Save