summaryrefslogtreecommitdiffstats
path: root/stream/stream_dvdnav.h
diff options
context:
space:
mode:
authornicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-10-23 21:04:31 +0000
committernicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-10-23 21:04:31 +0000
commit260908034036b6ddbb77cf9ac7386476e3a3f031 (patch)
treefd397ef6a3b601b5c5b56aab0e97f3b41e1de4e5 /stream/stream_dvdnav.h
parent8ac3fbc190317346d56d9ff11174ae8980ac8ccc (diff)
downloadmpv-260908034036b6ddbb77cf9ac7386476e3a3f031.tar.bz2
mpv-260908034036b6ddbb77cf9ac7386476e3a3f031.tar.xz
don't play any other title other than N when N is specified (with dvdnav://N)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20421 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/stream_dvdnav.h')
-rw-r--r--stream/stream_dvdnav.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stream/stream_dvdnav.h b/stream/stream_dvdnav.h
index 71bbc63931..cd097936d2 100644
--- a/stream/stream_dvdnav.h
+++ b/stream/stream_dvdnav.h
@@ -20,6 +20,7 @@ typedef struct {
int prelen; /* length of prefill buffer */
unsigned int duration; /* in milliseconds */
int mousex, mousey;
+ int title;
} dvdnav_priv_t;
extern int dvd_nav_still;