From: Alex Converse Date: Wed, 18 Mar 2009 14:14:56 +0000 (+0000) Subject: Fix typo in AOT_ER_AAC_ELD X-Git-Tag: v0.6~5271 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2b823a529905a0ecb183547b4e41e00110975a59;p=platform%2Fupstream%2Flibav.git Fix typo in AOT_ER_AAC_ELD Originally committed as revision 18034 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/libavcodec/mpeg4audio.h b/libavcodec/mpeg4audio.h index 562f4269a..70076e7e8 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 };