summaryrefslogtreecommitdiffstats
path: root/stream/stream_dvd_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_dvd_common.h')
-rw-r--r--stream/stream_dvd_common.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/stream/stream_dvd_common.h b/stream/stream_dvd_common.h
index a2b05e8b77..96dfbb3cb3 100644
--- a/stream/stream_dvd_common.h
+++ b/stream/stream_dvd_common.h
@@ -20,7 +20,7 @@
#define MPLAYER_STREAM_DVD_COMMON_H
#include <inttypes.h>
-#include <dvdread/ifo_types.h>
+#include <stdbool.h>
#include "stream.h"
extern const char * const dvd_audio_stream_channels[6];
@@ -29,4 +29,6 @@ extern const char * const dvd_audio_stream_types[8];
void dvd_set_speed(stream_t *stream, char *device, unsigned speed);
int mp_dvdtimetomsec(dvd_time_t *dt);
+int dvd_probe(const char *path, const char *ext, const char *sig);
+
#endif /* MPLAYER_STREAM_DVD_COMMON_H */