Fix typo in AOT_ER_AAC_ELD

Originally committed as revision 18034 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Alex Converse 2009-03-18 14:14:56 +00:00
parent d3487e472e
commit 2b823a5299
1 changed files with 1 additions and 1 deletions

View 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
};