diff --git a/libavcodec/mpeg4audio.h b/libavcodec/mpeg4audio.h
index 562f4269a66832ce3da69177f322b8756f208e11..70076e7e8189cc02eca9bda8c7788358ed13d80d 100644
--- a/libavcodec/mpeg4audio.h
+++ b/libavcodec/mpeg4audio.h
@@ -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
 };