summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg4audio.h
diff options
context:
space:
mode:
authorAlex Converse <alex.converse@gmail.com>2009-03-18 14:14:56 +0000
committerAlex Converse <alex.converse@gmail.com>2009-03-18 14:14:56 +0000
commit2b823a529905a0ecb183547b4e41e00110975a59 (patch)
tree5683b566ef928e836a835d426412b56f62dccf0b /libavcodec/mpeg4audio.h
parentd3487e472eda18c64bc8f28cdb6089fb45173387 (diff)
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.h2
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
};