[Mplayer-cvslog] CVS: main/libvo video_out.c,1.53,1.54 video_out.h,1.37,1.38
Alex Beregszaszi
alex at mplayerhq.hu
Wed Jul 24 20:17:02 CEST 2002
- Previous message: [Mplayer-cvslog] CVS: main/libmpcodecs dec_video.c,1.138,1.139 vd.h,1.9,1.10 vf.h,1.10,1.11 vf_vo.c,1.12,1.13
- Next message: [Mplayer-cvslog] CVS: main mplayer.c,1.528,1.529
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var/tmp.root/cvs-serv9595
Modified Files:
video_out.c video_out.h
Log Message:
eq reworked
Index: video_out.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/video_out.c,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- video_out.c 19 Jul 2002 20:51:47 -0000 1.53
+++ video_out.c 24 Jul 2002 18:16:59 -0000 1.54
@@ -63,16 +63,7 @@
char *vo_subdevice = NULL;
int vo_directrendering=0;
-/****************************************
-* GAMMA CORRECTION *
-****************************************/
-int vo_gamma_brightness=-101;
-int vo_gamma_saturation=-101;
-int vo_gamma_contrast=-101;
-int vo_gamma_hue=-101;
-int vo_gamma_red_intensity=0;
-int vo_gamma_green_intensity=0;
-int vo_gamma_blue_intensity=0;
+
//
// Externally visible list of all vo drivers
//
Index: video_out.h
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/video_out.h,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- video_out.h 19 Jul 2002 20:51:47 -0000 1.37
+++ video_out.h 24 Jul 2002 18:16:59 -0000 1.38
@@ -3,6 +3,7 @@
*
* Copyright (C) Aaron Holtzman - Aug 1999
* Strongly modified, most parts rewritten: A'rpi/ESP-team - 2000-2001
+ * (C) MPlayer Developers
*
*/
@@ -22,7 +23,7 @@
/* takes a pointer to a vo_vaa_s struct */
#define VOCTRL_QUERY_VAA 1
-/* takes a pointer to uint32_t fourcc */
+/* does the device support the required format */
#define VOCTRL_QUERY_FORMAT 2
/* signal a device reset seek */
#define VOCTRL_RESET 3
@@ -30,7 +31,6 @@
#define VOCTRL_GUISUPPORT 4
/* used to switch to fullscreen */
#define VOCTRL_FULLSCREEN 5
-/* user wants to have screen shot. (currently without args)*/
#define VOCTRL_SCREENSHOT 6
/* signal a device pause */
#define VOCTRL_PAUSE 7
@@ -46,6 +46,9 @@
#define VOCTRL_SET_FRAME_NUM 12
#define VOCTRL_GET_PANSCAN 15
#define VOCTRL_SET_PANSCAN 16
+/* equalizer controls */
+#define VOCTRL_SET_EQUALIZER 17
+#define VOCTRL_GET_EQUALIZER 18
#define VO_TRUE 1
#define VO_FALSE 0
- Previous message: [Mplayer-cvslog] CVS: main/libmpcodecs dec_video.c,1.138,1.139 vd.h,1.9,1.10 vf.h,1.10,1.11 vf_vo.c,1.12,1.13
- Next message: [Mplayer-cvslog] CVS: main mplayer.c,1.528,1.529
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list