[Mplayer-cvslog] CVS: main/libmpcodecs vd.h,1.6,1.7 vd.c,1.29,1.30

Arpi of Ize arpi at mplayer.dev.hu
Thu Apr 4 02:00:26 CEST 2002


Update of /cvsroot/mplayer/main/libmpcodecs
In directory mplayer:/var/tmp.root/cvs-serv7308

Modified Files:
	vd.h vd.c 
Log Message:
global var for option -slices

Index: vd.h
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vd.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- vd.h	25 Mar 2002 02:39:36 -0000	1.6
+++ vd.h	4 Apr 2002 00:00:23 -0000	1.7
@@ -15,6 +15,8 @@
 // NULL terminated array of all drivers
 extern vd_functions_t* mpcodecs_vd_drivers[];
 
+extern int vd_use_slices;
+
 #define VDCTRL_QUERY_FORMAT 3 /* test for availabilty of a format */
 #define VDCTRL_QUERY_MAX_PP_LEVEL 4 /* test for postprocessing support (max level) */
 #define VDCTRL_SET_PP_LEVEL 5 /* set postprocessing level */

Index: vd.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vd.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- vd.c	3 Apr 2002 18:22:31 -0000	1.29
+++ vd.c	4 Apr 2002 00:00:23 -0000	1.30
@@ -108,6 +108,7 @@
 int screen_size_xy=0;
 float movie_aspect=-1.0;
 int vo_flags=0;
+int vd_use_slices=1;
 
 static vo_tune_info_t vtune;
 




More information about the MPlayer-cvslog mailing list