Mercurial > mplayer.hg
comparison stream/stream_dvd.h @ 25553:6ac1ece1f9fe
Add multiple inclusion guards to all header files that lack them.
author | diego |
---|---|
date | Tue, 01 Jan 2008 21:35:58 +0000 |
parents | a06ffbca3c37 |
children | 4129c8cfa742 |
comparison
equal
deleted
inserted
replaced
25552:21f17f58f5bc | 25553:6ac1ece1f9fe |
---|---|
1 #ifndef STREAM_DVD_H | |
2 #define STREAM_DVD_H | |
3 | |
1 #ifdef USE_DVDREAD_INTERNAL | 4 #ifdef USE_DVDREAD_INTERNAL |
2 #include "dvdread/dvd_reader.h" | 5 #include "dvdread/dvd_reader.h" |
3 #include "dvdread/ifo_types.h" | 6 #include "dvdread/ifo_types.h" |
4 #include "dvdread/ifo_read.h" | 7 #include "dvdread/ifo_read.h" |
5 #include "dvdread/nav_read.h" | 8 #include "dvdread/nav_read.h" |
42 int dvd_lang_from_aid(stream_t *stream, int id); | 45 int dvd_lang_from_aid(stream_t *stream, int id); |
43 int dvd_lang_from_sid(stream_t *stream, int id); | 46 int dvd_lang_from_sid(stream_t *stream, int id); |
44 int dvd_aid_from_lang(stream_t *stream, unsigned char* lang); | 47 int dvd_aid_from_lang(stream_t *stream, unsigned char* lang); |
45 int dvd_sid_from_lang(stream_t *stream, unsigned char* lang); | 48 int dvd_sid_from_lang(stream_t *stream, unsigned char* lang); |
46 int dvd_chapter_from_cell(dvd_priv_t *dvd,int title,int cell); | 49 int dvd_chapter_from_cell(dvd_priv_t *dvd,int title,int cell); |
50 | |
51 #endif /* STREAM_DVD_H */ |