[Mplayer-cvslog] CVS: main/libmpdemux demux_mov.c,1.69,1.70

Arpi of Ize arpi at mplayerhq.hu
Thu Aug 1 23:17:01 CEST 2002


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

Modified Files:
	demux_mov.c 
Log Message:
skip 'pnot' and 'PICT' - fixes incoming/1.mov


Index: demux_mov.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/demux_mov.c,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- demux_mov.c	12 Jul 2002 13:50:35 -0000	1.69
+++ demux_mov.c	1 Aug 2002 21:16:57 -0000	1.70
@@ -366,6 +366,10 @@
 	  mp_msg(MSGT_DEMUX,MSGL_DBG2,"MOV: free space (len: %d)\n", len);
 	  /* unused, if you edit a mov, you can use space provided by free atoms (redefining it) */
 	  break;
+	case MOV_FOURCC('p','n','o','t'):
+	case MOV_FOURCC('P','I','C','T'):
+	  /* dunno what, but we shoudl ignore it */
+	  break;
 	default:
 	  if(no==0) return 0; // first chunk is bad!
 	  id = be2me_32(id);




More information about the MPlayer-cvslog mailing list