Update the version numbers in the public installed headers

This commit is contained in:
Martin Storsjo 2020-11-17 12:41:48 +02:00
parent dc29bf5457
commit 559379e08b
2 changed files with 3 additions and 3 deletions

View File

@ -434,8 +434,8 @@ Where N equals to CStreamInfo::frameSize .
#include "genericStds.h" #include "genericStds.h"
#define AACDECODER_LIB_VL0 3 #define AACDECODER_LIB_VL0 3
#define AACDECODER_LIB_VL1 1 #define AACDECODER_LIB_VL1 2
#define AACDECODER_LIB_VL2 2 #define AACDECODER_LIB_VL2 0
/** /**
* \brief AAC decoder error codes. * \brief AAC decoder error codes.

View File

@ -1007,7 +1007,7 @@ internally.
#define AACENCODER_LIB_VL0 4 #define AACENCODER_LIB_VL0 4
#define AACENCODER_LIB_VL1 0 #define AACENCODER_LIB_VL1 0
#define AACENCODER_LIB_VL2 0 #define AACENCODER_LIB_VL2 1
/** /**
* AAC encoder error codes. * AAC encoder error codes.