From 180f9a09588d1c68983692bb5245213956fdde11 Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Thu, 28 Jan 2016 18:25:13 -0800 Subject: all: Make header guard names consistent --- libavcodec/aacps.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libavcodec/aacps.h') diff --git a/libavcodec/aacps.h b/libavcodec/aacps.h index 54f9d99177..61edce3549 100644 --- a/libavcodec/aacps.h +++ b/libavcodec/aacps.h @@ -19,8 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef AVCODEC_PS_H -#define AVCODEC_PS_H +#ifndef AVCODEC_AACPS_H +#define AVCODEC_AACPS_H #include @@ -83,4 +83,4 @@ void AAC_RENAME(ff_ps_ctx_init)(PSContext *ps); int AAC_RENAME(ff_ps_read_data)(AVCodecContext *avctx, GetBitContext *gb, PSContext *ps, int bits_left); int AAC_RENAME(ff_ps_apply)(AVCodecContext *avctx, PSContext *ps, INTFLOAT L[2][38][64], INTFLOAT R[2][38][64], int top); -#endif /* AVCODEC_PS_H */ +#endif /* AVCODEC_AACPS_H */ -- cgit v1.2.3