summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-08-02 17:41:02 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-08-02 17:41:02 +0000
commit222a22353d0fe84f1e4fe3aeae36d66870e42606 (patch)
treed5f6140a43838ce159615db641f72d525e3e2bda /TOOLS
parentf3bbcd811eb5b8dfe287b5e5fe239876a0808cf0 (diff)
downloadmpv-222a22353d0fe84f1e4fe3aeae36d66870e42606.tar.bz2
mpv-222a22353d0fe84f1e4fe3aeae36d66870e42606.tar.xz
ignore pnot/PICT
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6871 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/movinfo.c2
1 files changed, 2 insertions, 0 deletions
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);
}