diff options
author | James Stembridge <jstembridge@users.sourceforge.net> | 2004-01-26 22:34:10 +0000 |
---|---|---|
committer | James Stembridge <jstembridge@users.sourceforge.net> | 2004-01-26 22:34:10 +0000 |
commit | 925b8c0c8c8d5641ec7865d102fc4a813a0940c4 (patch) | |
tree | 41b9798a788990135ae2876c426d5b88428999d8 /src/libfaad/error.h | |
parent | 229558581183265e40767066db5b6aa99c8818b1 (diff) | |
download | xine-lib-925b8c0c8c8d5641ec7865d102fc4a813a0940c4.tar.gz xine-lib-925b8c0c8c8d5641ec7865d102fc4a813a0940c4.tar.bz2 |
Sync with libfaad CVS
CVS patchset: 6071
CVS date: 2004/01/26 22:34:10
Diffstat (limited to 'src/libfaad/error.h')
-rw-r--r-- | src/libfaad/error.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libfaad/error.h b/src/libfaad/error.h index d25fb1026..de0b417a0 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.4 2004/01/11 15:44:05 mroi Exp $ +** $Id: error.h,v 1.5 2004/01/26 22:34:10 jstembridge Exp $ **/ #ifndef __ERROR_H__ @@ -32,7 +32,7 @@ extern "C" { #endif -#define NUM_ERROR_MESSAGES 19 +#define NUM_ERROR_MESSAGES 26 extern int8_t *err_msg[]; #ifdef __cplusplus |