diff options
Diffstat (limited to 'xserver/hw/xfree86/glamor_egl/glamor_xf86_xv.c')
-rw-r--r-- | xserver/hw/xfree86/glamor_egl/glamor_xf86_xv.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xserver/hw/xfree86/glamor_egl/glamor_xf86_xv.c b/xserver/hw/xfree86/glamor_egl/glamor_xf86_xv.c index 8535fa0c9..5f8bb8f15 100644 --- a/xserver/hw/xfree86/glamor_egl/glamor_xf86_xv.c +++ b/xserver/hw/xfree86/glamor_egl/glamor_xf86_xv.c @@ -44,10 +44,10 @@ #include <X11/extensions/Xv.h> #include "fourcc.h" -#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} }; static void |