[Mplayer-cvslog] CVS: main/libmpdemux demux_mov.c,1.60,1.61

Alex Beregszaszi alex at mplayerhq.hu
Sun Apr 21 21:11:46 CEST 2002


Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var/tmp.root/cvs-serv21158

Modified Files:
	demux_mov.c 
Log Message:
typo fix for pre2

Index: demux_mov.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/demux_mov.c,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- demux_mov.c	18 Apr 2002 16:06:24 -0000	1.60
+++ demux_mov.c	21 Apr 2002 19:11:43 -0000	1.61
@@ -886,7 +886,7 @@
 		  sh->aspect/=trak->tkdata[81]|(trak->tkdata[80]<<8);
 		}
 		
-		if(depth&(~15)) printf("*** depht = 0x%X\n",depth);
+		if(depth&(~15)) printf("*** depth = 0x%X\n",depth);
 
 		// palettized?
 		depth&=31; // flag 32 means grayscale




More information about the MPlayer-cvslog mailing list