From 79c81df3bff6cf5e58ceebe3e4b97d67a73043c4 Mon Sep 17 00:00:00 2001 From: Gwenole Beauchesne Date: Wed, 18 Nov 2009 11:44:03 +0800 Subject: [PATCH] Fix vaAssociateSubpicture() arguments --- i965_drv_video/i965_drv_video.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/i965_drv_video/i965_drv_video.c b/i965_drv_video/i965_drv_video.c index 800a642..6582c71 100644 --- a/i965_drv_video/i965_drv_video.c +++ b/i965_drv_video/i965_drv_video.c @@ -489,8 +489,6 @@ i965_AssociateSubpicture(VADriverContextP ctx, short dest_y, unsigned short dest_width, unsigned short dest_height, - unsigned short width, - unsigned short height, /* * whether to enable chroma-keying or global-alpha * see VA_SUBPICTURE_XXX values -- 2.7.4