summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2008-06-17 15:38:40 +0000
committerphintuka <phintuka>2008-06-17 15:38:40 +0000
commit46882fa780af095d3f7e3f21f5068c131b765e6d (patch)
tree270430c0553fc4598e6f19738f0350190cd928a4
parentb4f44798aa4379d1c0da687b6898b68b415c28a8 (diff)
downloadxineliboutput-46882fa780af095d3f7e3f21f5068c131b765e6d.tar.gz
xineliboutput-46882fa780af095d3f7e3f21f5068c131b765e6d.tar.bz2
Define MRL ID
-rw-r--r--xine_input_vdr.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/xine_input_vdr.h b/xine_input_vdr.h
index ade73ea4..c74deeb9 100644
--- a/xine_input_vdr.h
+++ b/xine_input_vdr.h
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: xine_input_vdr.h,v 1.6 2008-06-17 15:15:44 phintuka Exp $
+ * $Id: xine_input_vdr.h,v 1.7 2008-06-17 15:38:40 phintuka Exp $
*
*/
@@ -15,6 +15,8 @@
extern "C" {
#endif
+#define MRL_ID "xvdr"
+#define MRL_ID_LEN 4
struct input_plugin_s;
struct vdr_input_plugin_if_s;