# HG changeset patch # User alexc # Date 1250468050 0 # Node ID 2497c153571a93645ec61c079b666513b4e79122 # Parent 09f2db2d7c90f20f18d369c4f0dc88bf205fead3 Add USAC and SAOC AOTs to the AudioObjectType enum. diff -r 09f2db2d7c90 -r 2497c153571a mpeg4audio.h --- 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 ///