Mercurial > libavcodec.hg
changeset 10062:2497c153571a libavcodec
Add USAC and SAOC AOTs to the AudioObjectType enum.
author | alexc |
---|---|
date | Mon, 17 Aug 2009 00:14:10 +0000 |
parents | 09f2db2d7c90 |
children | 669776b7b051 |
files | mpeg4audio.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mpeg4audio.h Sat Aug 15 11:59:53 2009 +0000 +++ b/mpeg4audio.h Mon Aug 17 00:14:10 2009 +0000 @@ -90,6 +90,9 @@ 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