From: alexc Date: Wed, 18 Mar 2009 14:14:56 +0000 (+0000) Subject: Fix typo in AOT_ER_AAC_ELD X-Git-Url: https://rtime.felk.cvut.cz/gitweb/frescor/ffmpeg.git/commitdiff_plain/0420a83bc3a51827bbcb87697642447d46eced2e Fix typo in AOT_ER_AAC_ELD git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18034 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b --- 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 };