aboutsummaryrefslogtreecommitdiffstats
path: root/libAACdec
diff options
context:
space:
mode:
authorMartin Storsjo <martin@martin.st>2014-11-04 09:38:46 +0200
committerMartin Storsjo <martin@martin.st>2014-11-07 09:33:28 +0200
commit63447a999319c91bc4a85be7f12d60bb9b817a94 (patch)
tree8d58ecfade5b30a44e0d33970a559d1ac840f25f /libAACdec
parent69a488faf22a86ba8e145f0cef22fcb724c162be (diff)
downloadfdk-aac-63447a999319c91bc4a85be7f12d60bb9b817a94.tar.gz
fdk-aac-63447a999319c91bc4a85be7f12d60bb9b817a94.tar.bz2
fdk-aac-63447a999319c91bc4a85be7f12d60bb9b817a94.zip
Include the decoder API version in the public header
Diffstat (limited to 'libAACdec')
-rw-r--r--libAACdec/include/aacdecoder_lib.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libAACdec/include/aacdecoder_lib.h b/libAACdec/include/aacdecoder_lib.h
index a0c0854..1e90777 100644
--- a/libAACdec/include/aacdecoder_lib.h
+++ b/libAACdec/include/aacdecoder_lib.h
@@ -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.
*/