summaryrefslogtreecommitdiff
path: root/xine_input_vdr.c
diff options
context:
space:
mode:
authorphintuka <phintuka>2007-03-17 17:11:02 +0000
committerphintuka <phintuka>2007-03-17 17:11:02 +0000
commit41dd1342bd543da9a5d0181106c19f53dbef8aaf (patch)
tree533f3beeef6b4d4fdb3b9c965103ea068bebc9f2 /xine_input_vdr.c
parent549516e44b14906c4f8c2970b9e005953e61bd79 (diff)
downloadxineliboutput-41dd1342bd543da9a5d0181106c19f53dbef8aaf.tar.gz
xineliboutput-41dd1342bd543da9a5d0181106c19f53dbef8aaf.tar.bz2
Fixed audio cd replay (cdda:/)
Diffstat (limited to 'xine_input_vdr.c')
-rw-r--r--xine_input_vdr.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/xine_input_vdr.c b/xine_input_vdr.c
index 4870d986..69bbeee2 100644
--- a/xine_input_vdr.c
+++ b/xine_input_vdr.c
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: xine_input_vdr.c,v 1.77 2007-03-15 17:14:00 phintuka Exp $
+ * $Id: xine_input_vdr.c,v 1.78 2007-03-17 17:11:02 phintuka Exp $
*
*/
@@ -2558,6 +2558,8 @@ static void send_meta_info(vdr_input_plugin_t *this)
static void send_cd_info(vdr_input_plugin_t *this)
{
+#if 0
+ // get_autoplay_list stops replay ...
int count = 0;
input_class_t *c = this->slave_stream->input_plugin->input_class;
char **list = c->get_autoplay_list(c, &count);
@@ -2567,6 +2569,7 @@ static void send_cd_info(vdr_input_plugin_t *this)
for(i=0; i<count && list[i]; i++)
LOGMSG("cdda: %d: %s", i, list[i]);
}
+#endif
}
#ifdef DVD_STREAMING_SPEED