changeset 5776:1f320716fe92

typo fix for pre2
author alex
date Sun, 21 Apr 2002 19:11:43 +0000
parents e4c2a5541a6a
children 578a48174545
files libmpdemux/demux_mov.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libmpdemux/demux_mov.c	Sun Apr 21 18:06:00 2002 +0000
+++ b/libmpdemux/demux_mov.c	Sun Apr 21 19:11:43 2002 +0000
@@ -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