From c838ad4cf13d8e5c884a746888299f2a5e21b13b Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Tue, 9 Apr 2002 04:35:17 +0000 Subject: new xine error (usually reported with unknown codecs) CVS patchset: 1700 CVS date: 2002/04/09 04:35:17 --- include/xine.h.tmpl.in | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'include') 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 */ -- cgit v1.2.3