From 2aff6f8c95b416a8da767c4ee2449b6d86d1d3b0 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 30 Jun 2017 18:07:30 +0200 Subject: vo_direct3d: remove non-working nv12 shader support It never worked. It relied on some obscure texture format to provide the equivalent of GL_RG or GL_LUMINANCE_ALPHA, but no hardware seemed to report support for it ever. No idea what's the correct way to do this. On D3D11 it exists, of course. (Actually I'd like to remove the whole VO.) --- video/img_format.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'video/img_format.h') diff --git a/video/img_format.h b/video/img_format.h index 8567c8aa96..b6f5b9b2fa 100644 --- a/video/img_format.h +++ b/video/img_format.h @@ -148,9 +148,6 @@ enum mp_imgfmt { IMGFMT_Y8, IMGFMT_Y16, - // Gray with alpha (packed) - IMGFMT_YA8, - // Packed YUV formats (components are byte-accessed) IMGFMT_UYVY, // U Y0 V Y1 -- cgit v1.2.3