diff options
author | Gwenole Beauchesne <gbeauchesne@splitted-desktop.com> | 2009-11-18 11:44:03 +0800 |
---|---|---|
committer | Xiang, Haihao <haihao.xiang@intel.com> | 2009-11-18 11:50:49 +0800 |
commit | 79c81df3bff6cf5e58ceebe3e4b97d67a73043c4 (patch) | |
tree | 8f7ab55db2f3a164ba390e8a32c6cb13f5485a75 /i965_drv_video | |
parent | c943e315fcd61feadb2ddfdfce55b80c883068f2 (diff) |
Fix vaAssociateSubpicture() arguments
Diffstat (limited to 'i965_drv_video')
-rw-r--r-- | i965_drv_video/i965_drv_video.c | 2 |
1 files changed, 0 insertions, 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 |