[Mplayer-cvslog] CVS: main msvidc.c,1.6,1.7

Mike Melanson melanson at mplayer.dev.hu
Sun Jan 13 07:01:06 CET 2002


Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv29194

Modified Files:
	msvidc.c 
Log Message:
QT demuxer loads palette information from files that transport palettes in
their stsd atoms. Also fixed link in MS Video-1 decoder.


Index: msvidc.c
===================================================================
RCS file: /cvsroot/mplayer/main/msvidc.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- msvidc.c	16 Dec 2001 00:26:21 -0000	1.6
+++ msvidc.c	13 Jan 2002 06:01:04 -0000	1.7
@@ -4,7 +4,7 @@
     (C) 2001 Mike Melanson
     
     The description of the algorithm you can read here:
-      http://www.pcisys.net/~melanson/video1.txt
+      http://www.pcisys.net/~melanson/codecs/
 
     32bpp support (c) alex
 */
@@ -103,7 +103,6 @@
       {
         flags = (byte_b << 8) | byte_a;
 
-//        quad[0][0].c1 = LE_16(&encoded[stream_ptr]);
         quad[0][0].c1 = LE_16(&encoded[stream_ptr]);
         stream_ptr += 2;
         quad[0][0].c2 = LE_16(&encoded[stream_ptr]);




More information about the MPlayer-cvslog mailing list