summaryrefslogtreecommitdiffstats
path: root/libmpdemux/demux_mov.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmpdemux/demux_mov.c')
-rw-r--r--libmpdemux/demux_mov.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpdemux/demux_mov.c b/libmpdemux/demux_mov.c
index fc64bde08d..20ecf33090 100644
--- a/libmpdemux/demux_mov.c
+++ b/libmpdemux/demux_mov.c
@@ -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