mirror of https://github.com/mstorsjo/fdk-aac.git
Include the encoder library version in the publicly installed header
This allows callers to conditionally use new API features without breaking compatibility with the earlier versions of the library.
This commit is contained in:
parent
c8002b04ff
commit
164fc98be1
|
@ -705,6 +705,9 @@ the encoder deactivates PNS calculation internally.
|
|||
#include "machine_type.h"
|
||||
#include "FDK_audio.h"
|
||||
|
||||
#define AACENCODER_LIB_VL0 3
|
||||
#define AACENCODER_LIB_VL1 4
|
||||
#define AACENCODER_LIB_VL2 12
|
||||
|
||||
/**
|
||||
* AAC encoder error codes.
|
||||
|
|
Loading…
Reference in New Issue