diff options
author | Austin Yuan <shengquan.yuan@gmail.com> | 2011-05-30 19:02:25 -0700 |
---|---|---|
committer | Austin Yuan <shengquan.yuan@gmail.com> | 2011-05-30 19:02:25 -0700 |
commit | fffeffb8a78fffbb6a7ddf587554f7d2d76aa692 (patch) | |
tree | 3decb407ed5b9c7296f3b9715d0aac15487fac48 /dummy_drv_video | |
parent | e0e4c6b8931cc3c658330d65257e5f766c1c376c (diff) |
libva: several changes
1) add free_drawable
2) clean the license of Android.mk
3) define VA_ROTATION_270 to 3 instead of 4
Signed-off-by: Zhaohan Ren <zhaohan.ren@intel.com>
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
Diffstat (limited to 'dummy_drv_video')
-rw-r--r-- | dummy_drv_video/dummy_drv_video.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dummy_drv_video/dummy_drv_video.c b/dummy_drv_video/dummy_drv_video.c index f06cc0a..310fb20 100644 --- a/dummy_drv_video/dummy_drv_video.c +++ b/dummy_drv_video/dummy_drv_video.c @@ -1114,7 +1114,6 @@ VAStatus dummy_SetDisplayAttributes ( VAStatus dummy_BufferInfo( VADriverContextP ctx, - VAContextID context, /* in */ VABufferID buf_id, /* in */ VABufferType *type, /* out */ unsigned int *size, /* out */ |