[Mplayer-cvslog] CVS: main/loader/DirectShow DS_VideoDecoder.cpp,1.8,1.9
Arpi of Ize
arpi at mplayer.dev.hu
Tue Nov 13 21:32:43 CET 2001
Update of /cvsroot/mplayer/main/loader/DirectShow
In directory mplayer:/var/tmp.root/cvs-serv32047
Modified Files:
DS_VideoDecoder.cpp
Log Message:
hmm. indeo5ds YV12 fixed?
Index: DS_VideoDecoder.cpp
===================================================================
RCS file: /cvsroot/mplayer/main/loader/DirectShow/DS_VideoDecoder.cpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- DS_VideoDecoder.cpp 4 Oct 2001 15:37:13 -0000 1.8
+++ DS_VideoDecoder.cpp 13 Nov 2001 20:32:41 -0000 1.9
@@ -109,7 +109,7 @@
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;
More information about the MPlayer-cvslog
mailing list