[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
- Previous message: [Mplayer-cvslog] CVS: main/DOCS/Hungarian bugreports.html,1.21,1.22 cd-dvd.html,1.31,1.32 codecs.html,1.51,1.52 documentation.html,1.153,1.154 formats.html,1.22,1.23 sound.html,1.31,1.32
- Next message: [Mplayer-cvslog] CVS: main/DOCS mplayer.1,1.197,1.198 documentation.html,1.277,1.278
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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);
- Previous message: [Mplayer-cvslog] CVS: main/DOCS/Hungarian bugreports.html,1.21,1.22 cd-dvd.html,1.31,1.32 codecs.html,1.51,1.52 documentation.html,1.153,1.154 formats.html,1.22,1.23 sound.html,1.31,1.32
- Next message: [Mplayer-cvslog] CVS: main/DOCS mplayer.1,1.197,1.198 documentation.html,1.277,1.278
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list