Browse Source

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.
tags/n2.0
Clément Bœsch 12 years ago
parent
commit
039c2b7828
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavfilter/vf_hqdn3d.c

+ 0
- 1
libavfilter/vf_hqdn3d.c 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,
};

Loading…
Cancel
Save