diff options
author | Martin Storsjo <martin@martin.st> | 2016-08-24 13:27:53 +0300 |
---|---|---|
committer | Martin Storsjo <martin@martin.st> | 2016-08-25 22:13:16 +0300 |
commit | 1ce312b1dc8a8bb28a7f89b9e633a8aa56e527a7 (patch) | |
tree | 77f4372964f63b8e0bacf15ad087ef92dbf19e55 | |
parent | f9d0f65e6578592149c01d8417197896283a821f (diff) | |
download | fdk-aac-1ce312b1dc8a8bb28a7f89b9e633a8aa56e527a7.tar.gz fdk-aac-1ce312b1dc8a8bb28a7f89b9e633a8aa56e527a7.tar.bz2 fdk-aac-1ce312b1dc8a8bb28a7f89b9e633a8aa56e527a7.zip |
Bump the library versions in the headers
-rw-r--r-- | libAACdec/include/aacdecoder_lib.h | 2 | ||||
-rw-r--r-- | libAACenc/include/aacenc_lib.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libAACdec/include/aacdecoder_lib.h b/libAACdec/include/aacdecoder_lib.h index 44e2c1f..9ae43de 100644 --- a/libAACdec/include/aacdecoder_lib.h +++ b/libAACdec/include/aacdecoder_lib.h @@ -350,7 +350,7 @@ Where N equals to CStreamInfo::frameSize . #define AACDECODER_LIB_VL0 2 #define AACDECODER_LIB_VL1 5 -#define AACDECODER_LIB_VL2 10 +#define AACDECODER_LIB_VL2 17 /** * \brief AAC decoder error codes. diff --git a/libAACenc/include/aacenc_lib.h b/libAACenc/include/aacenc_lib.h index 65a77f7..63c3697 100644 --- a/libAACenc/include/aacenc_lib.h +++ b/libAACenc/include/aacenc_lib.h @@ -707,7 +707,7 @@ the encoder deactivates PNS calculation internally. #define AACENCODER_LIB_VL0 3 #define AACENCODER_LIB_VL1 4 -#define AACENCODER_LIB_VL2 12 +#define AACENCODER_LIB_VL2 22 /** * AAC encoder error codes. |