Browse code

vf_deinterlace_vaapi: Mark as hwframe-aware

Commits ade370a4 and e3fb74f7 were reordered while merging, so this
change got lost.

Mark Thompson authored on 2017/04/01 23:32:17
Showing 1 changed files
... ...
@@ -631,4 +631,5 @@ AVFilter ff_vf_deinterlace_vaapi = {
631 631
     .inputs         = deint_vaapi_inputs,
632 632
     .outputs        = deint_vaapi_outputs,
633 633
     .priv_class     = &deint_vaapi_class,
634
+    .flags_internal = FF_FILTER_FLAG_HWFRAME_AWARE,
634 635
 };