diff options
author | Alex Converse <alex.converse@gmail.com> | 2009-03-18 14:11:05 +0000 |
---|---|---|
committer | Alex Converse <alex.converse@gmail.com> | 2009-03-18 14:11:05 +0000 |
commit | d3487e472eda18c64bc8f28cdb6089fb45173387 (patch) | |
tree | 5af88fa1af121df305c5e98f5a15c0bc594a908b /libavcodec/mpeg4audio.h | |
parent | b8b00d9429a2f3641d582100a924c64e6c39e1c0 (diff) | |
download | ffmpeg-d3487e472eda18c64bc8f28cdb6089fb45173387.tar.gz |
Update the MPEG-4 AOT table.
Originally committed as revision 18033 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpeg4audio.h')
-rw-r--r-- | libavcodec/mpeg4audio.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libavcodec/mpeg4audio.h b/libavcodec/mpeg4audio.h index 7a9950d5a1..562f4269a6 100644 --- a/libavcodec/mpeg4audio.h +++ b/libavcodec/mpeg4audio.h @@ -74,6 +74,19 @@ enum AudioObjectType { 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 */ |