From 222a22353d0fe84f1e4fe3aeae36d66870e42606 Mon Sep 17 00:00:00 2001 From: arpi Date: Fri, 2 Aug 2002 17:41:02 +0000 Subject: ignore pnot/PICT git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6871 b3059339-0415-0410-9bf9-f77b7e298cf2 --- TOOLS/movinfo.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'TOOLS') diff --git a/TOOLS/movinfo.c b/TOOLS/movinfo.c index 05ec02c600..a8d944122d 100644 --- a/TOOLS/movinfo.c +++ b/TOOLS/movinfo.c @@ -305,6 +305,8 @@ void lschunks(FILE *f,int level,unsigned int endpos){ 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); } -- cgit v1.2.3