Skip to content
Snippets Groups Projects
Commit 2b823a52 authored by Alex Converse's avatar Alex Converse
Browse files

Fix typo in AOT_ER_AAC_ELD

Originally committed as revision 18034 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent d3487e47
No related branches found
No related tags found
No related merge requests found
...@@ -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
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment