1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-17 13:17:13 +00:00

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

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