summaryrefslogtreecommitdiff
path: root/libavcodec/aacpsy.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/aacpsy.h')
-rw-r--r--libavcodec/aacpsy.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/aacpsy.h b/libavcodec/aacpsy.h
index d0dbb078e9..f0142677ee 100644
--- a/libavcodec/aacpsy.h
+++ b/libavcodec/aacpsy.h
@@ -19,8 +19,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef FFMPEG_AACPSY_H
-#define FFMPEG_AACPSY_H
+#ifndef AVCODEC_AACPSY_H
+#define AVCODEC_AACPSY_H
#include "avcodec.h"
#include "aac.h"
@@ -47,4 +47,4 @@ typedef struct AACPsyContext {
*/
void ff_aac_psy_end(AACPsyContext *ctx);
-#endif /* FFMPEG_AACPSY_H */
+#endif /* AVCODEC_AACPSY_H */