comparison libmpdemux/demux_rtp.h @ 26029:4129c8cfa742

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Fri, 22 Feb 2008 09:09:46 +0000
parents 3baf6a2283da
children d643e4643313
comparison
equal deleted inserted replaced
26028:afd429e00184 26029:4129c8cfa742
1 #ifndef DEMUX_RTP_H 1 #ifndef MPLAYER_DEMUX_RTP_H
2 #define DEMUX_RTP_H 2 #define MPLAYER_DEMUX_RTP_H
3 3
4 #include <stdlib.h> 4 #include <stdlib.h>
5 #include <stdio.h> 5 #include <stdio.h>
6 6
7 #ifndef STREAM_H 7 #ifndef STREAM_H
26 int demux_rtp_fill_buffer(demuxer_t *demux, demux_stream_t* ds); 26 int demux_rtp_fill_buffer(demuxer_t *demux, demux_stream_t* ds);
27 27
28 // Close a RTP demuxer 28 // Close a RTP demuxer
29 void demux_close_rtp(demuxer_t* demuxer); 29 void demux_close_rtp(demuxer_t* demuxer);
30 30
31 #endif /* DEMUX_RTP_H */ 31 #endif /* MPLAYER_DEMUX_RTP_H */