# HG changeset patch # User alex # Date 1004389260 0 # Node ID 146854180531ee97a296a83dcc7ab767326c38ba # Parent 88195a28576a73e4caf1a1bbcbabc176b1cd7b79 extended udta record diff -r 88195a28576a -r 146854180531 libmpdemux/demux_mov.c --- a/libmpdemux/demux_mov.c Mon Oct 29 20:28:06 2001 +0000 +++ b/libmpdemux/demux_mov.c Mon Oct 29 21:01:00 2001 +0000 @@ -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 @@ 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