summaryrefslogtreecommitdiffstats
path: root/stream/stream_dvd_common.h
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-11-10 23:20:05 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-11-10 23:20:05 +0000
commit0d40667c8cf05c8957ad2e1bfec41ca41c88888a (patch)
treec2130f0935987f835534812aa4fe706951d87f4a /stream/stream_dvd_common.h
parent36ec82183681b5c751026e2c2d121cb4bd5bc87b (diff)
downloadmpv-0d40667c8cf05c8957ad2e1bfec41ca41c88888a.tar.bz2
mpv-0d40667c8cf05c8957ad2e1bfec41ca41c88888a.tar.xz
Move dvd_speed and dvd_set_speed to dvd_common and implement -dvd-speed
support for dvdnav. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29890 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/stream_dvd_common.h')
-rw-r--r--stream/stream_dvd_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/stream/stream_dvd_common.h b/stream/stream_dvd_common.h
index c320e27e22..b5e86c1162 100644
--- a/stream/stream_dvd_common.h
+++ b/stream/stream_dvd_common.h
@@ -9,6 +9,8 @@ extern char *dvd_device;
extern const char * const dvd_audio_stream_channels[6];
extern const char * const dvd_audio_stream_types[8];
+extern int dvd_speed;
+void dvd_set_speed(char *device, unsigned speed);
int mp_dvdtimetomsec(dvd_time_t *dt);
#endif /* MPLAYER_STREAM_DVD_COMMON_H */