mirror of https://github.com/mpv-player/mpv
ignore pnot/PICT
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6871 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
f3bbcd811e
commit
222a22353d
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue