mirror of https://github.com/mstorsjo/fdk-aac.git
Include the decoder API version in the public header
This commit is contained in:
parent
69a488faf2
commit
63447a9993
|
@ -348,6 +348,10 @@ Where N equals to CStreamInfo::frameSize .
|
|||
|
||||
#include "genericStds.h"
|
||||
|
||||
#define AACDECODER_LIB_VL0 2
|
||||
#define AACDECODER_LIB_VL1 5
|
||||
#define AACDECODER_LIB_VL2 10
|
||||
|
||||
/**
|
||||
* \brief AAC decoder error codes.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue