ignore pnot/PICT

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6871 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-08-02 17:41:02 +00:00
parent f3bbcd811e
commit 222a22353d
1 changed files with 2 additions and 0 deletions

View File

@ -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);
}