vo_opengl: hwdec_vaegl: DRM_FORMAT_GR16 was renamed to DRM_FORMAT_GR32

Signed-off-by: wm4 <wm4@nowhere>
This commit is contained in:
Mark Thompson 2017-01-12 19:59:31 +00:00 committed by wm4
parent e4ae62da52
commit 14010e7cf6
1 changed files with 1 additions and 1 deletions

View File

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