From d617856f145d3ce8371f6497586301969d3fce30 Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Thu, 21 Nov 2002 00:26:06 +0000 Subject: remove unused xine param defines, add title and explanation fields to xine-check CVS patchset: 3325 CVS date: 2002/11/21 00:26:06 --- include/xine.h.in | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) (limited to 'include') diff --git a/include/xine.h.in b/include/xine.h.in index 1c97e7833..5ec6c086d 100644 --- a/include/xine.h.in +++ b/include/xine.h.in @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xine.h.in,v 1.39 2002/11/20 18:38:08 mroi Exp $ + * $Id: xine.h.in,v 1.40 2002/11/21 00:26:06 guenter Exp $ * * public xine-lib (libxine) interface and documentation * @@ -454,14 +454,6 @@ void xine_register_log_cb (xine_t *self, xine_log_cb_t cb, #define XINE_VO_ASPECT_PAN_SCAN 41 #define XINE_VO_ASPECT_DONT_TOUCH 42 -/* - * audio stuff - */ - -#define XINE_PARAM_AO_MIXER_VOL 0x02000000 -#define XINE_PARAM_AO_PCM_VOL 0x02000001 -#define XINE_PARAM_AO_MUTE 0x02000002 - /* * plugin management / autoplay / mrl browsing * @@ -677,10 +669,12 @@ typedef struct { #define CHECK_XV 6 struct xine_health_check_s { - int status; + int status; const char* cdrom_dev; const char* dvd_dev; - char* msg; + char* msg; + char* title; + char* explanation; }; typedef struct xine_health_check_s xine_health_check_t; -- cgit v1.2.3