typo fix for pre2

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5777 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2002-04-21 19:11:43 +00:00
parent 203cf520da
commit 22e2f50044
1 changed files with 1 additions and 1 deletions

View File

@ -886,7 +886,7 @@ static void lschunks(demuxer_t* demuxer,int level,off_t endpos,mov_track_t* trak
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