summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2008-02-22 06:50:33 +0000
committerphintuka <phintuka>2008-02-22 06:50:33 +0000
commit3fe4443e27b4dc77da815810b221e386f86e2731 (patch)
treebad292b747d73a5c822580b0268ee7c5abc77649
parentf9583244d3e4b95d15c47e9a7ff2f963577143d9 (diff)
downloadxineliboutput-3fe4443e27b4dc77da815810b221e386f86e2731.tar.gz
xineliboutput-3fe4443e27b4dc77da815810b221e386f86e2731.tar.bz2
Fix typo.
Remove unused header.
-rw-r--r--xine_input_vdr.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/xine_input_vdr.c b/xine_input_vdr.c
index c00e3b32..d9b42d31 100644
--- a/xine_input_vdr.c
+++ b/xine_input_vdr.c
@@ -4,15 +4,11 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: xine_input_vdr.c,v 1.116 2008-02-22 06:43:44 phintuka Exp $
+ * $Id: xine_input_vdr.c,v 1.117 2008-02-22 06:50:33 phintuka Exp $
*
*/
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
-
#define XINE_ENGINE_INTERNAL
#define METRONOM_CLOCK_INTERNAL
@@ -3901,7 +3897,7 @@ static void slave_track_maps_changed(vdr_input_plugin_t *this)
n = 0;
strcpy(tracks, "INFO TRACKMAP SPU ");
cnt = strlen(tracks);
- current = _x_get_spu_channel (stream);
+ current = _x_get_spu_channel (this->slave_stream);
if(current < 0) {
/* -1 == none, -2 == auto */
cnt += snprintf(tracks+cnt, sizeof(tracks)-cnt-32,