mirror of https://git.ffmpeg.org/ffmpeg.git
avfilter/af_extrastereo: add timeline support
This commit is contained in:
parent
d010bfad31
commit
0ee65ea95c
|
@ -128,4 +128,5 @@ AVFilter ff_af_extrastereo = {
|
||||||
.priv_class = &extrastereo_class,
|
.priv_class = &extrastereo_class,
|
||||||
.inputs = inputs,
|
.inputs = inputs,
|
||||||
.outputs = outputs,
|
.outputs = outputs,
|
||||||
|
.flags = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue