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 /src/xine-engine/xine_internal.h | |
| 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 'src/xine-engine/xine_internal.h')
| -rw-r--r-- | src/xine-engine/xine_internal.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xine-engine/xine_internal.h b/src/xine-engine/xine_internal.h index 8afb1d402..b54e4dadc 100644 --- a/src/xine-engine/xine_internal.h +++ b/src/xine-engine/xine_internal.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xine_internal.h,v 1.75 2002/04/09 03:38:01 miguelfreitas Exp $ + * $Id: xine_internal.h,v 1.76 2002/04/09 04:35:17 miguelfreitas Exp $ * */ @@ -609,6 +609,7 @@ int xine_get_log_section_count (xine_t *this); #define XINE_ERROR_NONE 0 #define XINE_ERROR_NO_INPUT_PLUGIN 1 #define XINE_ERROR_NO_DEMUXER_PLUGIN 2 +#define XINE_ERROR_DEMUXER_FAILED 3 int xine_get_error (xine_t *this); |
