Browse Source

avfilter/vf_fftfilt: add generic timeline support

Signed-off-by: Paul B Mahol <onemda@gmail.com>
tags/n3.4
Paul B Mahol 8 years ago
parent
commit
4705a80fb0
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavfilter/vf_fftfilt.c

+ 1
- 0
libavfilter/vf_fftfilt.c View File

@@ -360,4 +360,5 @@ AVFilter ff_vf_fftfilt = {
.query_formats = query_formats,
.init = initialize,
.uninit = uninit,
.flags = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC,
};

Loading…
Cancel
Save