[FFmpeg-cvslog] r18034 - trunk/libavcodec/mpeg4audio.h
alexc
subversion
Wed Mar 18 15:14:56 CET 2009
Author: alexc
Date: Wed Mar 18 15:14:56 2009
New Revision: 18034
Log:
Fix typo in AOT_ER_AAC_ELD
Modified:
trunk/libavcodec/mpeg4audio.h
Modified: trunk/libavcodec/mpeg4audio.h
==============================================================================
--- trunk/libavcodec/mpeg4audio.h Wed Mar 18 15:11:05 2009 (r18033)
+++ trunk/libavcodec/mpeg4audio.h Wed Mar 18 15:14:56 2009 (r18034)
@@ -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
};
More information about the ffmpeg-cvslog
mailing list