# HG changeset patch # User alexc # Date 1237385465 0 # Node ID 8ad2de43aac6c5e58df2da538c6092f2e2618e80 # Parent a5c709bba8e47979ed327c681466594b52d081ad Update the MPEG-4 AOT table. diff -r a5c709bba8e4 -r 8ad2de43aac6 mpeg4audio.h --- a/mpeg4audio.h Wed Mar 18 13:52:56 2009 +0000 +++ b/mpeg4audio.h Wed Mar 18 14:11:05 2009 +0000 @@ -74,6 +74,19 @@ AOT_ER_HILN, ///< N Error Resilient Harmonic and Individual Lines plus Noise AOT_ER_PARAM, ///< N Error Resilient Parametric AOT_SSC, ///< N SinuSoidal Coding + AOT_PS, ///< N Parametric Stereo + AOT_SURROUND, ///< N MPEG Surround + AOT_ESCAPE, ///< N Escape Value + AOT_L1, ///< Y Layer 1 + AOT_L2, ///< Y Layer 2 + AOT_L3, ///< Y Layer 3 + AOT_DST, ///< N Direct Stream Transfer + AOT_ALS, ///< N Audio LosslesS + AOT_SLS, ///< N Scalable LosslesS + AOT_SLS_NON_CORE, ///< N Scalable LosslesS (non core) + AOT_ER_AAC_LD, ///< N Error Resilient Enhanced Low Delay + AOT_SMR_SIMPLE, ///< N Symbolic Music Representation Simple + AOT_SMR_MAIN, ///< N Symbolic Music Representation Main }; #endif /* AVCODEC_MPEG4AUDIO_H */