diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2011-02-11 13:51:11 -0500 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2011-02-11 13:51:11 -0500 |
commit | 3d10278ce511f5dabb68ed86ee43eaaf43585983 (patch) | |
tree | b58f53f0e12dc4fa4c7871f5fabdd741d03c8420 /src/radeon_video.h | |
parent | a9c135809945fb372ce390f06918b9fd8e455b3f (diff) |
Xv: fix textured video alignment harder
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Diffstat (limited to 'src/radeon_video.h')
-rw-r--r-- | src/radeon_video.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/radeon_video.h b/src/radeon_video.h index c315bbb5..3a4a709c 100644 --- a/src/radeon_video.h +++ b/src/radeon_video.h @@ -120,6 +120,7 @@ typedef struct { int vsync; Bool is_planar; int vtx_count; + int hw_align; struct radeon_bo *src_bo[2]; } RADEONPortPrivRec, *RADEONPortPrivPtr; |