diff --git a/libmpdemux/demux_mov.c b/libmpdemux/demux_mov.c index b8ee19fd7f..34c473bd3f 100644 --- a/libmpdemux/demux_mov.c +++ b/libmpdemux/demux_mov.c @@ -2,6 +2,7 @@ // based on TOOLS/movinfo.c by me & Al3x // compressed header support from moov.c of the openquicktime lib. // References: http://openquicktime.sf.net/, http://www.heroinewarrior.com/ +// http://www.geocities.com/SiliconValley/Lakes/2160/fformats/files/mov.pdf #include #include @@ -372,7 +373,7 @@ static void lschunks(demuxer_t* demuxer,int level,off_t endpos,mov_track_t* trak int flags = (temp << 16)|(temp<<8)|temp; int i; - mp_msg(MSGT_DEMUX, MSGL_V,"MOV: %*sSample syncing table! (%d entries) (ver:%d,flags:%ld)\n", + mp_msg(MSGT_DEMUX, MSGL_V,"MOV: %*sSyncing samples (keyframes) table! (%d entries) (ver:%d,flags:%ld)\n", level, "",entries, ver, flags); #if 0 for (i=0;i