summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
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);
}