mirror of
https://github.com/X11Libre/xf86-video-ati.git
synced 2026-03-24 01:24:43 +00:00
Make XvMC extension initialize at depth 30.
Signed-off-by: Mario Kleiner <mario.kleiner.de@gmail.com> Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
This commit is contained in:
committed by
Michel Dänzer
parent
2d171c892d
commit
8312442604
@@ -499,11 +499,11 @@ static XF86VideoEncodingRec DummyEncodingEG[1] =
|
||||
}
|
||||
};
|
||||
|
||||
#define NUM_FORMATS 3
|
||||
#define NUM_FORMATS 4
|
||||
|
||||
static XF86VideoFormatRec Formats[NUM_FORMATS] =
|
||||
{
|
||||
{15, TrueColor}, {16, TrueColor}, {24, TrueColor}
|
||||
{15, TrueColor}, {16, TrueColor}, {24, TrueColor}, {30, TrueColor}
|
||||
};
|
||||
|
||||
#define NUM_ATTRIBUTES 2
|
||||
|
||||
Reference in New Issue
Block a user