diff options
author | Fei Jiang <fei.jiang@intel.com> | 2010-11-25 15:21:35 +0800 |
---|---|---|
committer | Fei Jiang <fei.jiang@intel.com> | 2010-11-25 15:21:35 +0800 |
commit | c419914c388903a045066852efebd8c91b5ec44f (patch) | |
tree | 5f18c1990c3487e69eb47479d444d028b8f8282b | |
parent | 1b27c7a7eba633c472eb5ffbc7fcf33dcaaef221 (diff) | |
download | libva-c419914c388903a045066852efebd8c91b5ec44f.tar.gz |
Support cisco's feature: change isurface in the process of video clip playback.ww48.4_android
-rw-r--r-- | va/va.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -157,6 +157,9 @@ typedef int VAStatus; /* Return status type from functions */ #define VA_SRC_BT709 0x00000020 #define VA_SRC_SMPTE_240 0x00000040 +/* Surface change flags for vaPutSurface()*/ +#define VA_SURFACE_CHANGE 0x00000080 + /* Scaling flags for vaPutSurface() */ #define VA_FILTER_SCALING_DEFAULT 0x00000000 #define VA_FILTER_SCALING_FAST 0x00000100 |