diff options
author | Alex Converse <alex.converse@gmail.com> | 2009-03-18 14:14:56 +0000 |
---|---|---|
committer | Alex Converse <alex.converse@gmail.com> | 2009-03-18 14:14:56 +0000 |
commit | 2b823a529905a0ecb183547b4e41e00110975a59 (patch) | |
tree | 5683b566ef928e836a835d426412b56f62dccf0b /libavcodec/mpeg4audio.h | |
parent | d3487e472eda18c64bc8f28cdb6089fb45173387 (diff) | |
download | ffmpeg-2b823a529905a0ecb183547b4e41e00110975a59.tar.gz |
Fix typo in AOT_ER_AAC_ELD
Originally committed as revision 18034 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpeg4audio.h')
-rw-r--r-- | libavcodec/mpeg4audio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mpeg4audio.h b/libavcodec/mpeg4audio.h index 562f4269a6..70076e7e81 100644 --- a/libavcodec/mpeg4audio.h +++ b/libavcodec/mpeg4audio.h @@ -84,7 +84,7 @@ enum AudioObjectType { 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_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 }; |