summaryrefslogtreecommitdiffstats
path: root/stream/stream_dvd_common.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-12-21 20:36:45 +0100
committerwm4 <wm4@nowhere>2013-12-21 21:43:16 +0100
commit0335011f11d9d13f70db6c46ed6189a74d48ec67 (patch)
tree03a146b06b5a8c405f5c521abadeeea35c296920 /stream/stream_dvd_common.h
parent3dbc9007b080028f0aebbbf8b9ab1233cd70c45b (diff)
downloadmpv-0335011f11d9d13f70db6c46ed6189a74d48ec67.tar.bz2
mpv-0335011f11d9d13f70db6c46ed6189a74d48ec67.tar.xz
stream: mp_msg conversions
We also drop some slave mode stuff from stream_vcd.
Diffstat (limited to 'stream/stream_dvd_common.h')
-rw-r--r--stream/stream_dvd_common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/stream/stream_dvd_common.h b/stream/stream_dvd_common.h
index 0a6c6789e1..4a1aef9af0 100644
--- a/stream/stream_dvd_common.h
+++ b/stream/stream_dvd_common.h
@@ -22,11 +22,12 @@
#include "config.h"
#include <inttypes.h>
#include <dvdread/ifo_types.h>
+#include "stream.h"
extern const char * const dvd_audio_stream_channels[6];
extern const char * const dvd_audio_stream_types[8];
-void dvd_set_speed(char *device, unsigned speed);
+void dvd_set_speed(stream_t *stream, char *device, unsigned speed);
int mp_dvdtimetomsec(dvd_time_t *dt);
#endif /* MPLAYER_STREAM_DVD_COMMON_H */