summaryrefslogtreecommitdiffstats
path: root/libavcodec/mips/aacsbr_mips.h
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2016-01-28 18:25:13 -0800
committerTimothy Gu <timothygu99@gmail.com>2016-01-31 15:44:11 -0800
commit180f9a09588d1c68983692bb5245213956fdde11 (patch)
treeacde2f7c3e24f7fab834cfafbeeebfc6b8785b8a /libavcodec/mips/aacsbr_mips.h
parentdef56677e58de9aaa516a738b6469747662ac372 (diff)
downloadffmpeg-streaming-180f9a09588d1c68983692bb5245213956fdde11.zip
ffmpeg-streaming-180f9a09588d1c68983692bb5245213956fdde11.tar.gz
all: Make header guard names consistent
Diffstat (limited to 'libavcodec/mips/aacsbr_mips.h')
-rw-r--r--libavcodec/mips/aacsbr_mips.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/mips/aacsbr_mips.h b/libavcodec/mips/aacsbr_mips.h
index da8389f..13e55d2 100644
--- a/libavcodec/mips/aacsbr_mips.h
+++ b/libavcodec/mips/aacsbr_mips.h
@@ -51,8 +51,8 @@
* Reference: libavcodec/aacsbr.c
*/
-#ifndef AVCODEC_MIPS_AACSBR_FLOAT_H
-#define AVCODEC_MIPS_AACSBR_FLOAT_H
+#ifndef AVCODEC_MIPS_AACSBR_MIPS_H
+#define AVCODEC_MIPS_AACSBR_MIPS_H
#include "libavcodec/aac.h"
#include "libavcodec/sbr.h"
@@ -491,4 +491,4 @@ static void sbr_qmf_synthesis_mips(FFTContext *mdct,
#endif /* HAVE_MIPSFPU */
#endif /* HAVE_INLINE_ASM */
-#endif /* AVCODEC_MIPS_AACSBR_FLOAT_H */
+#endif /* AVCODEC_MIPS_AACSBR_MIPS_H */
OpenPOWER on IntegriCloud