summaryrefslogtreecommitdiff
path: root/src/radeon_video.h
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2010-04-16 15:23:14 -0400
committerAlex Deucher <alexdeucher@gmail.com>2010-04-16 15:23:14 -0400
commitc1136f94b80346065893f8a43c0fbf60c8c9b057 (patch)
treef9dbaab9f137dbdea35c6c09b2ca67dc8ddae110 /src/radeon_video.h
parent2f680b631357661511456f07b7b4ba1aa2cbf30c (diff)
Xv: track vtx_count, is_planar in port priv
Diffstat (limited to 'src/radeon_video.h')
-rw-r--r--src/radeon_video.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/radeon_video.h b/src/radeon_video.h
index be3df697..ab0c433e 100644
--- a/src/radeon_video.h
+++ b/src/radeon_video.h
@@ -118,6 +118,8 @@ typedef struct {
int drw_x, drw_y;
int src_x, src_y;
int vsync;
+ Bool is_planar;
+ int vtx_count;
struct radeon_bo *src_bo[2];
} RADEONPortPrivRec, *RADEONPortPrivPtr;