comparison mpeg4audio.h @ 9185:8ad2de43aac6 libavcodec

Update the MPEG-4 AOT table.
author alexc
date Wed, 18 Mar 2009 14:11:05 +0000
parents a5c709bba8e4
children f7fda987b769
comparison
equal deleted inserted replaced
9184:a5c709bba8e4 9185:8ad2de43aac6
72 AOT_ER_CELP, ///< N Error Resilient Code Excited Linear Prediction 72 AOT_ER_CELP, ///< N Error Resilient Code Excited Linear Prediction
73 AOT_ER_HVXC, ///< N Error Resilient Harmonic Vector eXcitation Coding 73 AOT_ER_HVXC, ///< N Error Resilient Harmonic Vector eXcitation Coding
74 AOT_ER_HILN, ///< N Error Resilient Harmonic and Individual Lines plus Noise 74 AOT_ER_HILN, ///< N Error Resilient Harmonic and Individual Lines plus Noise
75 AOT_ER_PARAM, ///< N Error Resilient Parametric 75 AOT_ER_PARAM, ///< N Error Resilient Parametric
76 AOT_SSC, ///< N SinuSoidal Coding 76 AOT_SSC, ///< N SinuSoidal Coding
77 AOT_PS, ///< N Parametric Stereo
78 AOT_SURROUND, ///< N MPEG Surround
79 AOT_ESCAPE, ///< N Escape Value
80 AOT_L1, ///< Y Layer 1
81 AOT_L2, ///< Y Layer 2
82 AOT_L3, ///< Y Layer 3
83 AOT_DST, ///< N Direct Stream Transfer
84 AOT_ALS, ///< N Audio LosslesS
85 AOT_SLS, ///< N Scalable LosslesS
86 AOT_SLS_NON_CORE, ///< N Scalable LosslesS (non core)
87 AOT_ER_AAC_LD, ///< N Error Resilient Enhanced Low Delay
88 AOT_SMR_SIMPLE, ///< N Symbolic Music Representation Simple
89 AOT_SMR_MAIN, ///< N Symbolic Music Representation Main
77 }; 90 };
78 91
79 #endif /* AVCODEC_MPEG4AUDIO_H */ 92 #endif /* AVCODEC_MPEG4AUDIO_H */