Signed-off-by: Mario Kleiner <mario.kleiner.de at gmail.com> --- src/radeon_textured_video.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/radeon_textured_video.c b/src/radeon_textured_video.c index 63631c9..23bdfd1 100644 --- a/src/radeon_textured_video.c +++ b/src/radeon_textured_video.c @@ -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 -- 2.7.4