changeset 9186:f7fda987b769 libavcodec

Fix typo in AOT_ER_AAC_ELD
author alexc
date Wed, 18 Mar 2009 14:14:56 +0000
parents 8ad2de43aac6
children e10efe27c6b1
files mpeg4audio.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mpeg4audio.h	Wed Mar 18 14:11:05 2009 +0000
+++ b/mpeg4audio.h	Wed Mar 18 14:14:56 2009 +0000
@@ -84,7 +84,7 @@
     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
 };