diff options
author | root <root@jetpack.demon.co.uk> | 2006-09-13 16:32:39 +0100 |
---|---|---|
committer | root <root@jetpack.demon.co.uk> | 2006-09-13 16:32:39 +0100 |
commit | bf49084ad700f064b732bf39a163209eee1d6845 (patch) | |
tree | 5b85da143c02df07131600c3de912dd0d42fb7ff | |
parent | 8b9d7a5f8560ee55ca5cb5376517a4246cd79fb9 (diff) |
bump max Xvideo height to 1088 to cope with some players.
-rw-r--r-- | src/i830_video.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/i830_video.c b/src/i830_video.c index bbf1df76..c044ddd7 100644 --- a/src/i830_video.c +++ b/src/i830_video.c @@ -130,9 +130,9 @@ static Atom xvBrightness, xvContrast, xvColorKey, xvPipe, xvDoubleBuffer; static Atom xvGamma0, xvGamma1, xvGamma2, xvGamma3, xvGamma4, xvGamma5; #define IMAGE_MAX_WIDTH 1920 -#define IMAGE_MAX_HEIGHT 1080 +#define IMAGE_MAX_HEIGHT 1088 #define IMAGE_MAX_WIDTH_LEGACY 1024 -#define IMAGE_MAX_HEIGHT_LEGACY 1080 +#define IMAGE_MAX_HEIGHT_LEGACY 1088 /* * Broadwater requires a bit of extra video memory for state information |