[Mplayer-cvslog] CVS: main/TOOLS movinfo.c,1.3,1.4

Arpi of Ize arpi at mplayerhq.hu
Fri Aug 2 19:41:15 CEST 2002


Update of /cvsroot/mplayer/main/TOOLS
In directory mail:/var/tmp.root/cvs-serv23753

Modified Files:
	movinfo.c 
Log Message:
ignore pnot/PICT


Index: movinfo.c
===================================================================
RCS file: /cvsroot/mplayer/main/TOOLS/movinfo.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- movinfo.c	23 Jun 2001 13:28:51 -0000	1.3
+++ movinfo.c	2 Aug 2002 17:41:02 -0000	1.4
@@ -305,6 +305,8 @@
   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);
   }




More information about the MPlayer-cvslog mailing list