From 2b823a529905a0ecb183547b4e41e00110975a59 Mon Sep 17 00:00:00 2001 From: Alex Converse Date: Wed, 18 Mar 2009 14:14:56 +0000 Subject: Fix typo in AOT_ER_AAC_ELD Originally committed as revision 18034 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/mpeg4audio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/mpeg4audio.h') 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 }; -- cgit v1.2.3