summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.h
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-07-24 18:19:39 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-07-24 18:19:39 +0000
commit12579136ff6884351c45199dfcfb75011a1e4e87 (patch)
tree9c0c4f5b1cfb95d90f897f0e8eb6aac4647a4783 /libvo/video_out.h
parent2de7e088118b83235262483041d556c16410cbce (diff)
downloadmpv-12579136ff6884351c45199dfcfb75011a1e4e87.tar.bz2
mpv-12579136ff6884351c45199dfcfb75011a1e4e87.tar.xz
eq reworked
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6782 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/video_out.h')
-rw-r--r--libvo/video_out.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/libvo/video_out.h b/libvo/video_out.h
index 2914aa4bf7..5be811beea 100644
--- a/libvo/video_out.h
+++ b/libvo/video_out.h
@@ -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