hmm. indeo5ds YV12 fixed?

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2876 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2001-11-13 20:32:41 +00:00
parent dea1fe5183
commit cf042c89ab
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ DS_VideoDecoder::DS_VideoDecoder(const CodecInfo& info, const BITMAPINFOHEADER&
case fccMP42:
case fccWMV2:
//YV12 seems to be broken for DivX :-) codec
case fccIV50:
// case fccIV50:
//produces incorrect picture
//m_Caps = (CAPS) (m_Caps & ~CAP_YV12);
m_Caps = CAP_YUY2; // | CAP_I420;