Commit 84b48d44 authored by alexc's avatar alexc

Update the MPEG-4 AOT table.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18033 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 56ddfc40
...@@ -74,6 +74,19 @@ enum AudioObjectType { ...@@ -74,6 +74,19 @@ enum AudioObjectType {
AOT_ER_HILN, ///< N Error Resilient Harmonic and Individual Lines plus Noise AOT_ER_HILN, ///< N Error Resilient Harmonic and Individual Lines plus Noise
AOT_ER_PARAM, ///< N Error Resilient Parametric AOT_ER_PARAM, ///< N Error Resilient Parametric
AOT_SSC, ///< N SinuSoidal Coding 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 */ #endif /* AVCODEC_MPEG4AUDIO_H */
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