summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2002-09-06 14:36:54 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2002-09-06 14:36:54 +0000
commit75dc355377ef3cc01cfec10a1872ad64eee154ae (patch)
treee9cf280fd34399d8ff615ee70a313c319be982a2 /include
parent2ccff65af9d3625bdc42f505924f6d9e427f0721 (diff)
downloadxine-lib-75dc355377ef3cc01cfec10a1872ad64eee154ae.tar.gz
xine-lib-75dc355377ef3cc01cfec10a1872ad64eee154ae.tar.bz2
audio mute parameter
CVS patchset: 2622 CVS date: 2002/09/06 14:36:54
Diffstat (limited to 'include')
-rw-r--r--include/xine.h.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/xine.h.in b/include/xine.h.in
index 089e14c16..5d29af9cc 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.5 2002/09/05 23:20:20 guenter Exp $
+ * $Id: xine.h.in,v 1.6 2002/09/06 14:36:54 guenter Exp $
*
* public xine-lib (libxine) interface and documentation
*
@@ -277,6 +277,7 @@ int xine_register_report_codec_cb(xine_t *self,
#define XINE_PARAM_SPU_CHANNEL 4
#define XINE_PARAM_VIDEO_CHANNEL 5
#define XINE_PARAM_AUDIO_VOLUME 6
+#define XINE_PARAM_AUDIO_MUTE 7
/* stream format detection strategies */