1
0
mirror of https://github.com/mstorsjo/fdk-aac.git synced 2025-06-05 22:39:13 +02:00

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.

Bug: 261048742
Test: atest android.media.encoder.cts.EncoderTest
Change-Id: Icdf18317e120caf8be750a839ae75a6ac8eba142
This commit is contained in:
Martin Storsjo
2013-11-01 12:06:46 +02:00
committed by Jean-Michel Trivi
parent 2032bc891f
commit 32c697660d

View File

@@ -1005,6 +1005,10 @@ 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.
*/