diff options
-rw-r--r-- | pdp2gem.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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(); } } |