diff options
author | Gwenole Beauchesne <gbeauchesne@splitted-desktop.com> | 2009-11-18 10:41:26 +0800 |
---|---|---|
committer | Xiang, Haihao <haihao.xiang@intel.com> | 2009-11-18 11:51:11 +0800 |
commit | fd7f2cd7491f9af20f960732e61f6a5a22636d11 (patch) | |
tree | 7aa658c074edcfa062b079181a3dd82337a48a36 /i965_drv_video.h | |
parent | 9bbd034661c9f84908f1a025f27751a13cf9fd1b (diff) | |
download | libva-intel-driver-fd7f2cd7491f9af20f960732e61f6a5a22636d11.tar.gz libva-intel-driver-fd7f2cd7491f9af20f960732e61f6a5a22636d11.tar.bz2 libva-intel-driver-fd7f2cd7491f9af20f960732e61f6a5a22636d11.zip |
implement vaSetImagePalette
Diffstat (limited to 'i965_drv_video.h')
-rw-r--r-- | i965_drv_video.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i965_drv_video.h b/i965_drv_video.h index 785ab0a..6ed8a9b 100644 --- a/i965_drv_video.h +++ b/i965_drv_video.h @@ -112,6 +112,7 @@ struct object_image struct object_base base; VAImage image; dri_bo *bo; + unsigned int *palette; }; struct object_subpic @@ -122,7 +123,6 @@ struct object_subpic VARectangle dst_rect; int width; int height; - unsigned char palette[3][16]; dri_bo *bo; }; |