summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/ae.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-28 01:32:52 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-28 01:32:52 +0000
commitfe9ec3ffdd77e6ceb397d6823d4e3b5c00e0ea0a (patch)
treef0146cc7a28f08bb7c5b072e6104254ddec0789b /libmpcodecs/ae.h
parentf0d20ffa713fdcedc83828eec3b083c0cac879db (diff)
downloadmpv-fe9ec3ffdd77e6ceb397d6823d4e3b5c00e0ea0a.tar.bz2
mpv-fe9ec3ffdd77e6ceb397d6823d4e3b5c00e0ea0a.tar.xz
Consistently use uppercase filename as multiple inclusion guard.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25897 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs/ae.h')
-rw-r--r--libmpcodecs/ae.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libmpcodecs/ae.h b/libmpcodecs/ae.h
index 5e4dbdfaa8..d92d56f513 100644
--- a/libmpcodecs/ae.h
+++ b/libmpcodecs/ae.h
@@ -1,6 +1,6 @@
-#ifndef MPAE_H
-#define MPAE_H
+#ifndef AE_H
+#define AE_H
#define ACODEC_COPY 0
#define ACODEC_PCM 1
@@ -43,4 +43,4 @@ typedef struct audio_encoder_s {
audio_encoder_t *new_audio_encoder(muxer_stream_t *stream, audio_encoding_params_t *params);
-#endif /* MPAE_H */
+#endif /* AE_H */