summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2002-09-05 12:51:18 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2002-09-05 12:51:18 +0000
commitca7a1e86bac881a5732408757f1745d1302ebeb3 (patch)
treed2c0565ff25565c127b232df0379574d9fef58d5
parent4e8c190855faea82dca25212baec6a76e45467f3 (diff)
downloadxine-lib-ca7a1e86bac881a5732408757f1745d1302ebeb3.tar.gz
xine-lib-ca7a1e86bac881a5732408757f1745d1302ebeb3.tar.bz2
get_spu_channel was lost in merger
CVS patchset: 2611 CVS date: 2002/09/05 12:51:18
-rw-r--r--src/xine-engine/xine.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/xine-engine/xine.c b/src/xine-engine/xine.c
index 866775863..f3768099e 100644
--- a/src/xine-engine/xine.c
+++ b/src/xine-engine/xine.c
@@ -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.c,v 1.149 2002/09/04 23:31:13 guenter Exp $
+ * $Id: xine.c,v 1.150 2002/09/05 12:51:18 guenter Exp $
*
* top-level xine functions
*
@@ -1030,6 +1030,11 @@ int xine_get_audio_lang (xine_t *this, int channel, char *str) {
return 0;
}
+int xine_get_spu_channel (xine_t *this) {
+
+ return this->spu_channel_user;
+}
+
int xine_is_stream_seekable (xine_t *this) {
if (this->cur_input_plugin)