Commit 9e45272e authored by alexc's avatar alexc

Add USAC and SAOC AOTs to the AudioObjectType enum.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19661 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 0293fb14
......@@ -90,6 +90,9 @@ enum AudioObjectType {
AOT_ER_AAC_ELD, ///< N Error Resilient Enhanced Low Delay
AOT_SMR_SIMPLE, ///< N Symbolic Music Representation Simple
AOT_SMR_MAIN, ///< N Symbolic Music Representation Main
AOT_USAC_NOSBR, ///< N Unified Speech and Audio Coding (no SBR)
AOT_SAOC, ///< N Spatial Audio Object Coding
AOT_USAC = 45, ///< N Unified Speech and Audio Coding
};
#define MAX_PCE_SIZE 304 ///<Maximum size of a PCE including the 3-bit ID_PCE
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment