Skip to content

Commit

Permalink
[WIN32] fixed build after d7ea9a0
Browse files Browse the repository at this point in the history
  • Loading branch information
CrystalP authored and CrystalP committed Jul 27, 2011
1 parent 93b329c commit 33fcf32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/cores/dvdplayer/DVDCodecs/Video/CrystalHD.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ bool CMPCOutputThread::GetDecoderOutput(void)
if (!pBuffer)
{
// No free pre-allocated buffers so make one
#ifdef 0
#if 0
// force Windows to use YV12 until DX renderer gets NV12 or YUY2 capability.
pBuffer = new CPictureBuffer(DVDVideoPicture::FMT_YUV420P, m_width, m_height);
#else
Expand Down

0 comments on commit 33fcf32

Please sign in to comment.