summaryrefslogtreecommitdiffstats
path: root/stream/stream.h
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2013-04-26 19:50:19 +0000
committerwm4 <wm4@nowhere>2013-04-27 15:28:57 +0200
commitdaee1a04e7eea66f820934368371c6e2b8c759ba (patch)
tree987874136245b329869ed4cdaeb4cc47d220a980 /stream/stream.h
parent2f004875d3bc0b951e04b203a5bcc818faccf065 (diff)
downloadmpv-daee1a04e7eea66f820934368371c6e2b8c759ba.tar.bz2
mpv-daee1a04e7eea66f820934368371c6e2b8c759ba.tar.xz
stream_bluray: remove the broken -bluray-chapter option
Remove the broken -bluray-chapter option. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@36175 b3059339-0415-0410-9bf9-f77b7e298cf2 Conflicts: DOCS/man/en/mplayer.1 cfg-common.h
Diffstat (limited to 'stream/stream.h')
-rw-r--r--stream/stream.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/stream/stream.h b/stream/stream.h
index 746667c564..fb3d08097f 100644
--- a/stream/stream.h
+++ b/stream/stream.h
@@ -408,11 +408,10 @@ int stream_read_internal(stream_t *s, void *buf, int len);
/// Internal seek function bypassing the stream buffer
int stream_seek_internal(stream_t *s, int64_t newpos);
-extern int bluray_angle;
-extern int bluray_chapter;
extern int dvd_title;
extern int dvd_angle;
+extern int bluray_angle;
extern char *bluray_device;
typedef struct {