summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCooper Yuan <cooperyuan@gmail.com>2009-09-15 13:55:19 +0800
committerCooper Yuan <cooperyuan@gmail.com>2009-09-15 13:55:19 +0800
commitb9a638e3425d123fc111f2bacbfac66f850ebc14 (patch)
tree4ffbf1c60fc5ed7666bc870b173655197276117f
parentae04a83b9c6567a1851987bb6deed0f0f955d24f (diff)
xvmc: temporarily disable subpicture
-rw-r--r--src/radeon_hwmc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/radeon_hwmc.c b/src/radeon_hwmc.c
index 5aeccff..7943973 100644
--- a/src/radeon_hwmc.c
+++ b/src/radeon_hwmc.c
@@ -66,8 +66,8 @@ static XF86MCSurfaceInfoRec radeon_YV12_mpg2_surface =
0,
720,
576,
- 720,
- 576,
+ 0, // temporarily disable subpicture
+ 0,
XVMC_MPEG_2,
XVMC_OVERLAID_SURFACE |
XVMC_SUBPICTURE_INDEPENDENT_SCALING,