mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-23 11:39:49 +00:00
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:
parent
74b1c32a80
commit
039c2b7828
@ -356,5 +356,4 @@ AVFilter avfilter_vf_hqdn3d = {
|
||||
|
||||
.inputs = avfilter_vf_hqdn3d_inputs,
|
||||
.outputs = avfilter_vf_hqdn3d_outputs,
|
||||
.flags = AVFILTER_FLAG_SUPPORT_TIMELINE,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user