mirror of https://git.ffmpeg.org/ffmpeg.git
Fix typo in AOT_ER_AAC_ELD
Originally committed as revision 18034 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
d3487e472e
commit
2b823a5299
|
@ -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
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue