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:
Martin Storsjo 2013-11-01 12:06:46 +02:00
parent c8002b04ff
commit 164fc98be1
1 changed files with 3 additions and 0 deletions

View File

@ -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.