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:
Mario Kleiner
2018-01-24 18:19:38 +01:00
committed by Michel Dänzer
parent 2d171c892d
commit 8312442604

View File

@@ -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