# HG changeset patch # User alex # Date 1019416303 0 # Node ID 1f320716fe92a668f38ddd8dfc93356c9e7fdc18 # Parent e4c2a5541a6a5b231270793b54d0585b6ad0e206 typo fix for pre2 diff -r e4c2a5541a6a -r 1f320716fe92 libmpdemux/demux_mov.c --- 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