summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--va/va.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/va/va.h b/va/va.h
index 149072e..d0d8667 100644
--- a/va/va.h
+++ b/va/va.h
@@ -2412,6 +2412,11 @@ typedef struct _VAProcPipelineParameterBuffer
*/
VARectangle output_region;
unsigned int output_background_color;
+ /*
+ * Pipleline flags, currently it is used for scaling,
+ * See Scaling flags for vaPutSurface()
+ */
+ unsigned int flags;
} VAProcPipelineParameterBuffer;
/*