diff options
author | Mike Melanson <mike@multimedia.cx> | 2005-10-29 23:57:06 +0000 |
---|---|---|
committer | Mike Melanson <mike@multimedia.cx> | 2005-10-29 23:57:06 +0000 |
commit | 03ac29c63fd3d5019c67b3662669b1c443896f0b (patch) | |
tree | 00db769b2943fce16b9967591652d2c0724be168 /src/libfaad/error.h | |
parent | c7976c4d0d8d02fa18bc9fd82bafe99e333e2a53 (diff) | |
download | xine-lib-03ac29c63fd3d5019c67b3662669b1c443896f0b.tar.gz xine-lib-03ac29c63fd3d5019c67b3662669b1c443896f0b.tar.bz2 |
update libfaad2 to CVS snapshot 2004-09-15
CVS patchset: 7777
CVS date: 2005/10/29 23:57:06
Diffstat (limited to 'src/libfaad/error.h')
-rw-r--r-- | src/libfaad/error.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libfaad/error.h b/src/libfaad/error.h index 3ed783bf8..1009a9f57 100644 --- a/src/libfaad/error.h +++ b/src/libfaad/error.h @@ -22,7 +22,7 @@ ** Commercial non-GPL licensing of this software is possible. ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com. ** -** $Id: error.h,v 1.6 2004/12/03 01:15:30 tmattern Exp $ +** $Id: error.h,v 1.7 2005/10/29 23:57:06 tmmm Exp $ **/ #ifndef __ERROR_H__ @@ -32,8 +32,8 @@ extern "C" { #endif -#define NUM_ERROR_MESSAGES 26 -extern int8_t *err_msg[]; +#define NUM_ERROR_MESSAGES 28 +extern char *err_msg[]; #ifdef __cplusplus } |