Browse code

avfilter/vf_swaprect: add timeline support

Signed-off-by: Paul B Mahol <onemda@gmail.com>

Paul B Mahol authored on 2016/02/08 23:43:09
Showing 1 changed files
... ...
@@ -252,4 +252,5 @@ AVFilter ff_vf_swaprect = {
252 252
     .uninit        = uninit,
253 253
     .inputs        = inputs,
254 254
     .outputs       = outputs,
255
+    .flags         = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC,
255 256
 };