summaryrefslogtreecommitdiff
path: root/xine_input_vdr.c
diff options
context:
space:
mode:
Diffstat (limited to 'xine_input_vdr.c')
-rw-r--r--xine_input_vdr.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/xine_input_vdr.c b/xine_input_vdr.c
index fa11725b..99e84de9 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.87 2007-06-21 13:14:48 phintuka Exp $
+ * $Id: xine_input_vdr.c,v 1.88 2007-06-26 10:50:27 phintuka Exp $
*
*/
@@ -2730,6 +2730,10 @@ static int handle_control_playfile(vdr_input_plugin_t *this, const char *cmd)
}
if(!strcmp(filename,"dvd:/")) {
+ /* DVD plugin 'bug': unescaping is not implemented ... */
+ char *mrl = unescape_filename(filename);
+ strn0cpy(filename, mrl, sizeof(filename));
+ free(mrl);
#if 0
/* input/media_helper.c */
eject_media(0); /* DVD tray in */