diff options
author | phintuka <phintuka> | 2007-03-25 02:39:26 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2007-03-25 02:39:26 +0000 |
commit | 980aed2199f60ebe29ffc44a871cff3da384bed0 (patch) | |
tree | a1da4223a0bb91504ec5515e23c1f924629e2f58 /config.h | |
parent | 02e4725b51ef425b85cdd24ae7109fdcd8b182b8 (diff) | |
download | xineliboutput-980aed2199f60ebe29ffc44a871cff3da384bed0.tar.gz xineliboutput-980aed2199f60ebe29ffc44a871cff3da384bed0.tar.bz2 |
Volume control
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: config.h,v 1.20 2007-03-17 15:48:21 phintuka Exp $ + * $Id: config.h,v 1.21 2007-03-25 02:39:26 phintuka Exp $ * */ @@ -186,6 +186,7 @@ class config_t { int audio_surround; int headphone; int audio_upmix; + int sw_volume_control; /* software (xine-lib) or hardware (alsa) volume control and muting */ int decoder_priority; int pes_buffers; |