[Mplayer-cvslog] CVS: main/libmpdemux demux_mov.c,1.26,1.27

Alex Beregszaszi alex at mplayer.dev.hu
Sat Nov 17 02:10:48 CET 2001


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

Modified Files:
	demux_mov.c 
Log Message:
added skip atom to support .mp4 files

Index: demux_mov.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/demux_mov.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- demux_mov.c	13 Nov 2001 21:11:10 -0000	1.26
+++ demux_mov.c	17 Nov 2001 01:10:46 -0000	1.27
@@ -185,6 +185,7 @@
 	  flags|=2;
 	  break;
 	case MOV_FOURCC('f','r','e','e'):
+	case MOV_FOURCC('s','k','i','p'):
 	  /* unused, if you edit a mov, you can use space provided by free atoms (redefining it) */
 	  break;
 	case MOV_FOURCC('w','i','d','e'):




More information about the MPlayer-cvslog mailing list