summaryrefslogtreecommitdiffstats
path: root/stream/stream.h
diff options
context:
space:
mode:
authorben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-07-05 17:04:46 +0000
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-02 04:14:20 +0200
commit6704008a4688fd9bd2cf277019694ed948ecdc5e (patch)
tree026e7b57e5961ad5f99e3640162d91b0687cd7b3 /stream/stream.h
parent95751ea3e4da4eb9ca0a001d8238614898283ced (diff)
downloadmpv-6704008a4688fd9bd2cf277019694ed948ecdc5e.tar.bz2
mpv-6704008a4688fd9bd2cf277019694ed948ecdc5e.tar.xz
stream_bluray: add unencrypted Blu-ray playback
Support for unencrypted Blu-ray playback through libbluray. Use it through: mplayer br:////path/to/disc git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31631 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/stream.h')
-rw-r--r--stream/stream.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/stream/stream.h b/stream/stream.h
index 9ee4902c69..7380b59bb3 100644
--- a/stream/stream.h
+++ b/stream/stream.h
@@ -50,6 +50,7 @@
#define STREAMTYPE_TV 17
#define STREAMTYPE_MF 18
#define STREAMTYPE_RADIO 19
+#define STREAMTYPE_BLURAY 20
#define STREAM_BUFFER_SIZE 2048
@@ -340,9 +341,12 @@ void stream_set_interrupt_callback(int (*cb)(struct input_ctx*, int),
/// wait for time milliseconds
int stream_check_interrupt(int time);
+extern int bluray_angle;
+extern int bluray_chapter;
extern int dvd_title;
extern int dvd_angle;
+extern char *bluray_device;
extern char * audio_stream;
typedef struct {