summaryrefslogtreecommitdiffstats
path: root/libmpdemux/yuv4mpeg.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-02 22:34:45 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-02 22:34:45 +0000
commit3e9e4acd8dd7b602519a0f5659e6e108efdf31fe (patch)
tree4f5c81629d4eaaf81914e2dfc8b2dd7a11efccf5 /libmpdemux/yuv4mpeg.h
parent80afc9360a04b7714b97d08dab6310ff8e6a364a (diff)
downloadmpv-3e9e4acd8dd7b602519a0f5659e6e108efdf31fe.tar.bz2
mpv-3e9e4acd8dd7b602519a0f5659e6e108efdf31fe.tar.xz
Do not use leading underscores in multiple inclusion guards, they are reserved.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23709 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux/yuv4mpeg.h')
-rw-r--r--libmpdemux/yuv4mpeg.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libmpdemux/yuv4mpeg.h b/libmpdemux/yuv4mpeg.h
index 12e1249bc0..2db6136ce1 100644
--- a/libmpdemux/yuv4mpeg.h
+++ b/libmpdemux/yuv4mpeg.h
@@ -24,8 +24,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef __YUV4MPEG_H__
-#define __YUV4MPEG_H__
+#ifndef YUV4MPEG_H
+#define YUV4MPEG_H
#include <stdlib.h>
//#include "mp_msg.h"
@@ -449,6 +449,6 @@ int y4m_allow_unknown_tags(int yn);
************************************************************************
************************************************************************/
-#endif /* __YUV4MPEG_H__ */
+#endif /* YUV4MPEG_H */