From 39d1ab82e5a3ac30e5495c6b6773823c2ff56594 Mon Sep 17 00:00:00 2001 From: xylosper Date: Fri, 20 Sep 2013 22:55:13 +0900 Subject: vaapi: add vf_vavpp and use it for deinterlacing Merged from pull request #246 by xylosper. Minor cosmetic changes, some adjustments (compatibility with older libva versions), and manpage additions by wm4. Signed-off-by: wm4 --- mpvcore/command.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mpvcore') diff --git a/mpvcore/command.c b/mpvcore/command.c index b451669f12..b30a5299e0 100644 --- a/mpvcore/command.c +++ b/mpvcore/command.c @@ -1140,6 +1140,9 @@ static const char *deint_filters[] = { "lavfi=yadif", #endif "yadif", +#if CONFIG_VAAPI_VPP + "vavpp", +#endif NULL }; -- cgit v1.2.3