Browse Source

avfilter/vf_swaprect: add timeline support

Signed-off-by: Paul B Mahol <onemda@gmail.com>
tags/n3.0
Paul B Mahol 9 years ago
parent
commit
35d9441f7b
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavfilter/vf_swaprect.c

+ 1
- 0
libavfilter/vf_swaprect.c View File

@@ -252,4 +252,5 @@ AVFilter ff_vf_swaprect = {
.uninit = uninit,
.inputs = inputs,
.outputs = outputs,
.flags = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC,
};

Loading…
Cancel
Save