Fix typo in AOT_ER_AAC_ELD
authorAlex Converse <alex.converse@gmail.com>
Wed, 18 Mar 2009 14:14:56 +0000 (14:14 +0000)
committerAlex Converse <alex.converse@gmail.com>
Wed, 18 Mar 2009 14:14:56 +0000 (14:14 +0000)
Originally committed as revision 18034 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/mpeg4audio.h

index 562f426..70076e7 100644 (file)
@@ -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
 };