Commit ac551c54 authored by Paul B Mahol's avatar Paul B Mahol

avfilter/vf_normalize: add timeline support

parent e6c7d838
...@@ -383,4 +383,5 @@ AVFilter ff_vf_normalize = { ...@@ -383,4 +383,5 @@ AVFilter ff_vf_normalize = {
.query_formats = query_formats, .query_formats = query_formats,
.inputs = inputs, .inputs = inputs,
.outputs = outputs, .outputs = outputs,
.flags = AVFILTER_FLAG_SUPPORT_TIMELINE_INTERNAL,
}; };
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment