Commit 0420a83b authored by alexc's avatar alexc

Fix typo in AOT_ER_AAC_ELD


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18034 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 84b48d44
...@@ -84,7 +84,7 @@ enum AudioObjectType { ...@@ -84,7 +84,7 @@ enum AudioObjectType {
AOT_ALS, ///< N Audio LosslesS AOT_ALS, ///< N Audio LosslesS
AOT_SLS, ///< N Scalable LosslesS AOT_SLS, ///< N Scalable LosslesS
AOT_SLS_NON_CORE, ///< N Scalable LosslesS (non core) 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_SIMPLE, ///< N Symbolic Music Representation Simple
AOT_SMR_MAIN, ///< N Symbolic Music Representation Main AOT_SMR_MAIN, ///< N Symbolic Music Representation Main
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment