diff libmpdemux/mpeg_hdr.h @ 26029:4129c8cfa742

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Fri, 22 Feb 2008 09:09:46 +0000
parents 6ac1ece1f9fe
children d643e4643313
line wrap: on
line diff
--- a/libmpdemux/mpeg_hdr.h	Fri Feb 22 08:08:19 2008 +0000
+++ b/libmpdemux/mpeg_hdr.h	Fri Feb 22 09:09:46 2008 +0000
@@ -1,5 +1,5 @@
-#ifndef MPEG_HDR_H
-#define MPEG_HDR_H
+#ifndef MPLAYER_MPEG_HDR_H
+#define MPLAYER_MPEG_HDR_H
 
 typedef struct {
     // video info:
@@ -30,4 +30,4 @@
 int h264_parse_sps(mp_mpeg_header_t * picture, unsigned char * buf, int len);
 int mp_vc1_decode_sequence_header(mp_mpeg_header_t * picture, unsigned char * buf, int len);
 
-#endif /* MPEG_HDR_H */
+#endif /* MPLAYER_MPEG_HDR_H */