diff options
Diffstat (limited to 'libAACenc/include/aacenc_lib.h')
-rw-r--r-- | libAACenc/include/aacenc_lib.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/libAACenc/include/aacenc_lib.h b/libAACenc/include/aacenc_lib.h index f0f23b4..4f8f223 100644 --- a/libAACenc/include/aacenc_lib.h +++ b/libAACenc/include/aacenc_lib.h @@ -1005,6 +1005,10 @@ internally. #include "machine_type.h" #include "FDK_audio.h" +#define AACENCODER_LIB_VL0 4 +#define AACENCODER_LIB_VL1 0 +#define AACENCODER_LIB_VL2 1 + /** * AAC encoder error codes. */ @@ -1086,7 +1090,7 @@ typedef struct { write edit lists for gapless playback. The decoder may not know how much delay is introdcued by SBR, since it may not know if SBR is active at all (implicit signaling), - therefore the deocder must take into account any delay + therefore the decoder must take into account any delay caused by the SBR module. */ UCHAR confBuf[64]; /*!< Configuration buffer in binary format as an |