[Mplayer-cvslog] CVS: main/libmpdemux video.c,1.16,1.17
Arpi of Ize
arpi at mplayerhq.hu
Mon Apr 29 17:57:32 CEST 2002
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var/tmp.root/cvs-serv11785
Modified Files:
video.c
Log Message:
ugly workaround disabled
Index: video.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/video.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- video.c 12 Apr 2002 10:48:21 -0000 1.16
+++ video.c 29 Apr 2002 15:57:22 -0000 1.17
@@ -33,6 +33,7 @@
case DEMUXER_TYPE_ASF: {
// display info:
+#if 0
if(sh_video->bih->biCompression == BI_RGB &&
(sh_video->video.fccHandler == mmioFOURCC('D', 'I', 'B', ' ') ||
sh_video->video.fccHandler == mmioFOURCC('R', 'G', 'B', ' ') ||
@@ -41,6 +42,7 @@
sh_video->format = mmioFOURCC(0, 'R', 'G', 'B') | sh_video->bih->biBitCount;
}
else
+#endif
sh_video->format=sh_video->bih->biCompression;
sh_video->disp_w=sh_video->bih->biWidth;
More information about the MPlayer-cvslog
mailing list