From 8ae003326157438c12c45589e050c5f446723f61 Mon Sep 17 00:00:00 2001 From: Alessandro Decina Date: Fri, 11 Dec 2015 13:20:05 +1100 Subject: applemedia: vtdec: switch to IOSurface on Mac Switch to using IOSurface instead of CVOpenGLTextureCache on OSX. The latter can't be used anymore to do YUV => RGB with opengl3 on El Capitan as GL_YCBCR_422_APPLE has been removed from the opengl3 driver. Also switch to NV12 from UYVY, which was the only YUV format supported by CVOpenGLTextureCache. --- common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common b/common index 86e46630e..b3199090f 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 86e46630ed8af8d94796859db550a9c3d89c9f65 +Subproject commit b3199090fa16a545d585a54deaa61b687ac369e1 -- cgit v1.2.1