Skip to content

Commit ac551c5

Browse files
committed
avfilter/vf_normalize: add timeline support
1 parent e6c7d83 commit ac551c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libavfilter/vf_normalize.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,4 +383,5 @@ AVFilter ff_vf_normalize = {
383383
.query_formats = query_formats,
384384
.inputs = inputs,
385385
.outputs = outputs,
386+
.flags = AVFILTER_FLAG_SUPPORT_TIMELINE_INTERNAL,
386387
};

0 commit comments

Comments
 (0)