mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-08-12 13:23:48 +00:00
avfilter/vf_normalize: add timeline support
This commit is contained in:
@@ -383,4 +383,5 @@ AVFilter ff_vf_normalize = {
|
||||
.query_formats = query_formats,
|
||||
.inputs = inputs,
|
||||
.outputs = outputs,
|
||||
.flags = AVFILTER_FLAG_SUPPORT_TIMELINE_INTERNAL,
|
||||
};
|
||||
Reference in New Issue
Block a user