summaryrefslogtreecommitdiffstats
path: root/libmpdemux/stream.h
diff options
context:
space:
mode:
authorkmkaplan <kmkaplan@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-21 09:44:31 +0000
committerkmkaplan <kmkaplan@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-21 09:44:31 +0000
commitf4acdd0f5eb6feb63cff216680959364880a3641 (patch)
tree744d64df419afd1c8da314ee57a1cf18cea9b922 /libmpdemux/stream.h
parent1f2d4faa6d3c3c8a91e8eb4617bae936816cc833 (diff)
downloadmpv-f4acdd0f5eb6feb63cff216680959364880a3641.tar.bz2
mpv-f4acdd0f5eb6feb63cff216680959364880a3641.tar.xz
Add option -last-chapter for DVD playing/encoding
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4292 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux/stream.h')
-rw-r--r--libmpdemux/stream.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libmpdemux/stream.h b/libmpdemux/stream.h
index 440e521dcb..cd0a7bd5d1 100644
--- a/libmpdemux/stream.h
+++ b/libmpdemux/stream.h
@@ -182,6 +182,7 @@ stream_t* open_stream(char* filename,int vcd_track,int* file_format);
//#ifdef USE_DVDREAD
extern int dvd_title;
extern int dvd_chapter;
+extern int dvd_last_chapter;
extern int dvd_angle;
//#endif
@@ -207,6 +208,7 @@ typedef struct {
pgc_t *cur_pgc;
//
int cur_cell;
+ int last_cell;
int cur_pack;
int cell_last_pack;
// Navi: