comparison stream/dvbin.h @ 26029:4129c8cfa742

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Fri, 22 Feb 2008 09:09:46 +0000
parents 3baf6a2283da
children 14c5017f40d2
comparison
equal deleted inserted replaced
26028:afd429e00184 26029:4129c8cfa742
3 * Modified for use with MPlayer, for details see the changelog at 3 * Modified for use with MPlayer, for details see the changelog at
4 * http://svn.mplayerhq.hu/mplayer/trunk/ 4 * http://svn.mplayerhq.hu/mplayer/trunk/
5 * $Id$ 5 * $Id$
6 */ 6 */
7 7
8 #ifndef DVBIN_H 8 #ifndef MPLAYER_DVBIN_H
9 #define DVBIN_H 9 #define MPLAYER_DVBIN_H
10 10
11 #include "stream.h" 11 #include "stream.h"
12 12
13 #define SLOF (11700*1000UL) 13 #define SLOF (11700*1000UL)
14 #define LOF1 (9750*1000UL) 14 #define LOF1 (9750*1000UL)
111 extern int dvb_step_channel(stream_t *, int); 111 extern int dvb_step_channel(stream_t *, int);
112 extern int dvb_set_channel(stream_t *, int, int); 112 extern int dvb_set_channel(stream_t *, int, int);
113 extern dvb_config_t *dvb_get_config(void); 113 extern dvb_config_t *dvb_get_config(void);
114 extern void dvb_free_config(dvb_config_t *config); 114 extern void dvb_free_config(dvb_config_t *config);
115 115
116 #endif /* DVBIN_H */ 116 #endif /* MPLAYER_DVBIN_H */