[Mplayer-cvslog] CVS: main/vidix vidix.h,1.8,1.9

Nick Kurshev nick at mplayer.dev.hu
Sun Mar 3 17:53:15 CET 2002


Update of /cvsroot/mplayer/main/vidix
In directory mplayer:/var/tmp.root/cvs-serv8948/main/vidix

Modified Files:
	vidix.h 
Log Message:
Use as much buffers as possible

Index: vidix.h
===================================================================
RCS file: /cvsroot/mplayer/main/vidix/vidix.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- vidix.h	23 Jan 2002 19:30:26 -0000	1.8
+++ vidix.h	3 Mar 2002 16:53:11 -0000	1.9
@@ -150,7 +150,7 @@
 	/* memory model */
 	unsigned	frame_size;		/* driver -> app: destinition frame size */
 	unsigned	num_frames;		/* app -> driver: after call: driver -> app */
-#define VID_PLAY_MAXFRAMES 32
+#define VID_PLAY_MAXFRAMES 64		/* reasonable limitation for decoding ahead */
 	unsigned	offsets[VID_PLAY_MAXFRAMES];	/* driver -> app */
 	vidix_yuv_t	offset;			/* driver -> app: relative offsets within frame for yuv planes */
 	void*		dga_addr;		/* driver -> app: linear address */




More information about the MPlayer-cvslog mailing list