diff options
| author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2002-04-09 04:35:17 +0000 |
|---|---|---|
| committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2002-04-09 04:35:17 +0000 |
| commit | c838ad4cf13d8e5c884a746888299f2a5e21b13b (patch) | |
| tree | a2f4c7c2c80b425bea47797afc70e9150186dc90 /include | |
| parent | e9ec474224055c5801d67584c37c21f599312b60 (diff) | |
| download | xine-lib-c838ad4cf13d8e5c884a746888299f2a5e21b13b.tar.gz xine-lib-c838ad4cf13d8e5c884a746888299f2a5e21b13b.tar.bz2 | |
new xine error (usually reported with unknown codecs)
CVS patchset: 1700
CVS date: 2002/04/09 04:35:17
Diffstat (limited to 'include')
| -rw-r--r-- | include/xine.h.tmpl.in | 8 |
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 */ |
