21 Apr
2002
21 Apr
'02
3:11 p.m.
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