diff libmpdemux/parse_mp4.h @ 23689:3f0d00abc073

Do not use leading underscores in multiple inclusion guards, they are reserved.
author diego
date Mon, 02 Jul 2007 22:34:45 +0000
parents 2e3981fa938c
children 917ae737b3d4
line wrap: on
line diff
--- a/libmpdemux/parse_mp4.h	Mon Jul 02 22:02:59 2007 +0000
+++ b/libmpdemux/parse_mp4.h	Mon Jul 02 22:34:45 2007 +0000
@@ -4,8 +4,8 @@
  * File licensed under the GPL, see http://www.fsf.org/ for more info.
  */
 
-#ifndef __PARSE_MP4_H
-#define __PARSE_MP4_H 1
+#ifndef PARSE_MP4_H
+#define PARSE_MP4_H
 
 #include <inttypes.h>
 
@@ -107,5 +107,5 @@
 int mp4_parse_esds(unsigned char *data, int datalen, esds_t *esds);
 void mp4_free_esds(esds_t *esds); 
 
-#endif /* !__PARSE_MP4_H */
+#endif /* !PARSE_MP4_H */