diff libmpdemux/stheader.h @ 26029:4129c8cfa742

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Fri, 22 Feb 2008 09:09:46 +0000
parents afa125da85cf
children 026b1ac69d47
line wrap: on
line diff
--- a/libmpdemux/stheader.h	Fri Feb 22 08:08:19 2008 +0000
+++ b/libmpdemux/stheader.h	Fri Feb 22 09:09:46 2008 +0000
@@ -1,5 +1,5 @@
-#ifndef STHEADER_H
-#define STHEADER_H
+#ifndef MPLAYER_STHEADER_H
+#define MPLAYER_STHEADER_H
 
 #include "aviheader.h"
 #include "ms_hdr.h"
@@ -121,4 +121,4 @@
 int video_read_properties(sh_video_t *sh_video);
 int video_read_frame(sh_video_t* sh_video,float* frame_time_ptr,unsigned char** start,int force_fps);
 
-#endif /* STHEADER_H */
+#endif /* MPLAYER_STHEADER_H */