Mercurial > mplayer.hg
changeset 6870:dad5f8b3e8a0
ignore pnot/PICT
author | arpi |
---|---|
date | Fri, 02 Aug 2002 17:41:02 +0000 |
parents | 591a6c942551 |
children | 88953ff93743 |
files | TOOLS/movinfo.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/TOOLS/movinfo.c Fri Aug 02 12:19:21 2002 +0000 +++ b/TOOLS/movinfo.c Fri Aug 02 17:41:02 2002 +0000 @@ -305,6 +305,8 @@ case 0x73747473: // stts Sample time table case 0x63737473: // stsc Sample->Chunk mapping table case 0x7A737473: // stsz Sample size table + case 0x746f6e70: // pnot + case 0x54434950: // PICT break; default: lschunks(f,level+1,pos+atom_size); }