summaryrefslogtreecommitdiffstats
path: root/libaf/af_format.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-01 20:21:20 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-01 20:21:20 +0000
commitbaee7815d5566ebb63389c1780e464c3d1f18be1 (patch)
tree9645218c9b0449c92e31a12bbc9e7283246dec67 /libaf/af_format.h
parent24421b66fa5f8bfb9b96e8d8f819e000b3f6c865 (diff)
downloadmpv-baee7815d5566ebb63389c1780e464c3d1f18be1.tar.bz2
mpv-baee7815d5566ebb63389c1780e464c3d1f18be1.tar.xz
Replace multiple inclusion guards with leading underscores by default names.
Leading underscores are reserved for system identifiers. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25579 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libaf/af_format.h')
-rw-r--r--libaf/af_format.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libaf/af_format.h b/libaf/af_format.h
index 1cc26c3096..5588957882 100644
--- a/libaf/af_format.h
+++ b/libaf/af_format.h
@@ -1,8 +1,8 @@
/* The sample format system used lin libaf is based on bitmasks. The
format definition only refers to the storage format not the
resolution. */
-#ifndef __af_format_h__
-#define __af_format_h__
+#ifndef AF_FORMAT_H
+#define AF_FORMAT_H
#ifndef MPLAYER_CONFIG_H
#error af_format.h needs config.h
@@ -93,4 +93,4 @@ extern int af_bits2fmt(int bits);
extern char* af_fmt2str(int format, char* str, int size);
extern const char* af_fmt2str_short(int format);
-#endif /* __af_format_h__ */
+#endif /* AF_FORMAT_H */