avfilter/vf_swaprect: add timeline support

Signed-off-by: Paul B Mahol <onemda@gmail.com>
pull/174/head
Paul B Mahol 9 years ago
parent 05924e1440
commit 35d9441f7b
  1. 1
      libavfilter/vf_swaprect.c

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

Loading…
Cancel
Save