summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/xine.h.tmpl.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/include/xine.h.tmpl.in b/include/xine.h.tmpl.in
index 6a9bdbb44..f0e6f35cc 100644
--- a/include/xine.h.tmpl.in
+++ b/include/xine.h.tmpl.in
@@ -28,7 +28,7 @@
\endverbatim
*/
/*
- * $Id: xine.h.tmpl.in,v 1.90 2002/03/24 13:22:23 esnel Exp $
+ * $Id: xine.h.tmpl.in,v 1.91 2002/04/09 04:35:17 miguelfreitas Exp $
*
*/
@@ -1917,6 +1917,12 @@ char **xine_get_log (xine_t *self, int buf);
* \sa xine_get_error()
*/
#define XINE_ERROR_NO_DEMUXER_PLUGIN 2
+/**
+ * \def XINE_ERROR_DEMUXER_FAILED
+ * Demuxer plugin failed to start.
+ * \sa xine_get_error()
+*/
+#define XINE_ERROR_DEMUXER_FAILED 3
/** @} end of error_def */