summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Thompson <sw@jkqxz.net>2017-01-12 19:59:31 +0000
committerwm4 <wm4@nowhere>2017-01-13 10:18:54 +0100
commit14010e7cf66646994af6d38a890c503c6c99fc01 (patch)
treeca4f374c9af66d1c81b1917109b7cbdb25b89ed9
parente4ae62da521b65bf23387ed47c042e689102f61f (diff)
downloadmpv-14010e7cf66646994af6d38a890c503c6c99fc01.tar.bz2
mpv-14010e7cf66646994af6d38a890c503c6c99fc01.tar.xz
vo_opengl: hwdec_vaegl: DRM_FORMAT_GR16 was renamed to DRM_FORMAT_GR32
Signed-off-by: wm4 <wm4@nowhere>
-rw-r--r--video/out/opengl/hwdec_vaegl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/opengl/hwdec_vaegl.c b/video/out/opengl/hwdec_vaegl.c
index 8a971a020b..97a22221cf 100644
--- a/video/out/opengl/hwdec_vaegl.c
+++ b/video/out/opengl/hwdec_vaegl.c
@@ -322,7 +322,7 @@ static int map_frame(struct gl_hwdec *hw, struct mp_image *hw_image,
MP_FOURCC('R', 'A', '2', '4'), // DRM_FORMAT_RGBA8888
// 2 bytes per pixel, 1-4 components
MP_FOURCC('R', '1', '6', ' '), // proposed DRM_FORMAT_R16
- MP_FOURCC('G', 'R', '1', '6'), // proposed DRM_FORMAT_GR16
+ MP_FOURCC('G', 'R', '3', '2'), // proposed DRM_FORMAT_GR32
0, // N/A
0, // N/A
};