mirror of https://git.ffmpeg.org/ffmpeg.git
lavfi: support timeline for colorbalance and colorchannelmixer
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
721ffc691a
commit
1a530f9ed8
|
@ -209,4 +209,5 @@ AVFilter avfilter_vf_colorbalance = {
|
|||
.query_formats = query_formats,
|
||||
.inputs = colorbalance_inputs,
|
||||
.outputs = colorbalance_outputs,
|
||||
.flags = AVFILTER_FLAG_SUPPORT_TIMELINE,
|
||||
};
|
||||
|
|
|
@ -367,4 +367,5 @@ AVFilter avfilter_vf_colorchannelmixer = {
|
|||
.query_formats = query_formats,
|
||||
.inputs = colorchannelmixer_inputs,
|
||||
.outputs = colorchannelmixer_outputs,
|
||||
.flags = AVFILTER_FLAG_SUPPORT_TIMELINE,
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue