mirror of https://github.com/mstorsjo/fdk-aac.git
Update the version numbers in the public installed headers
This commit is contained in:
parent
dc29bf5457
commit
559379e08b
|
@ -434,8 +434,8 @@ Where N equals to CStreamInfo::frameSize .
|
|||
#include "genericStds.h"
|
||||
|
||||
#define AACDECODER_LIB_VL0 3
|
||||
#define AACDECODER_LIB_VL1 1
|
||||
#define AACDECODER_LIB_VL2 2
|
||||
#define AACDECODER_LIB_VL1 2
|
||||
#define AACDECODER_LIB_VL2 0
|
||||
|
||||
/**
|
||||
* \brief AAC decoder error codes.
|
||||
|
|
|
@ -1007,7 +1007,7 @@ internally.
|
|||
|
||||
#define AACENCODER_LIB_VL0 4
|
||||
#define AACENCODER_LIB_VL1 0
|
||||
#define AACENCODER_LIB_VL2 0
|
||||
#define AACENCODER_LIB_VL2 1
|
||||
|
||||
/**
|
||||
* AAC encoder error codes.
|
||||
|
|
Loading…
Reference in New Issue