summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--va/va.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/va/va.h b/va/va.h
index a5bcd52..8cc51ec 100644
--- a/va/va.h
+++ b/va/va.h
@@ -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