diff libmpdemux/mpeg_packetizer.h @ 26029:4129c8cfa742

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Fri, 22 Feb 2008 09:09:46 +0000
parents d576b679747b
children 268ecf0e1ba4
line wrap: on
line diff
--- a/libmpdemux/mpeg_packetizer.h	Fri Feb 22 08:08:19 2008 +0000
+++ b/libmpdemux/mpeg_packetizer.h	Fri Feb 22 09:09:46 2008 +0000
@@ -22,8 +22,8 @@
  *  Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef MPEG_PACKETIZER_H
-#define MPEG_PACKETIZER_H
+#ifndef MPLAYER_MPEG_PACKETIZER_H
+#define MPLAYER_MPEG_PACKETIZER_H
 
 /* Send MPEG <type> PES packet */
 int send_mpeg_pes_packet (unsigned char *data, int len, int id, uint64_t pts, 
@@ -38,4 +38,4 @@
                            int id, uint64_t pts, int freq_id,
                            int my_write (const unsigned char *data, int len));
 
-#endif /* MPEG_PACKETIZER_H */
+#endif /* MPLAYER_MPEG_PACKETIZER_H */