changeset 6865:0ab18e1433c4

skip 'pnot' and 'PICT' - fixes incoming/1.mov
author arpi
date Thu, 01 Aug 2002 21:16:57 +0000
parents faf4ce66374f
children 1a5858256659
files libmpdemux/demux_mov.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libmpdemux/demux_mov.c	Thu Aug 01 20:49:41 2002 +0000
+++ b/libmpdemux/demux_mov.c	Thu Aug 01 21:16:57 2002 +0000
@@ -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);