From cfdb61a896ce0d933d0ea6f218c988520d6de8f5 Mon Sep 17 00:00:00 2001 From: Jamie Tittle Date: Tue, 12 Apr 2005 16:43:13 +0000 Subject: fixed default m_format for non-osx platforms svn path=/trunk/externals/gem2pdp/; revision=2747 --- pdp2gem.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/pdp2gem.cpp b/pdp2gem.cpp index 78ec856..90b66d5 100644 --- a/pdp2gem.cpp +++ b/pdp2gem.cpp @@ -389,6 +389,7 @@ void pdp2gem :: csMess(char* format) post("pdp2gem: using default colorspace: YUV"); m_csize = 2; m_colorspace = GL_YCBCR_422_GEM; + m_format = GL_YUV422_GEM; createBuffer(); } } -- cgit v1.2.1