From e9632a768b8222f3b2d8d111b849c355d90d3253 Mon Sep 17 00:00:00 2001 From: nicodvb Date: Mon, 27 Feb 2006 21:08:58 +0000 Subject: [PATCH] added cur_title to dvd_priv_t in order to keep track of dvd title currently playing (range 1..N) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17698 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpdemux/stream.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libmpdemux/stream.h b/libmpdemux/stream.h index b1d303581a..9d53667e8b 100644 --- a/libmpdemux/stream.h +++ b/libmpdemux/stream.h @@ -309,6 +309,7 @@ typedef struct { vts_ptt_srpt_t *vts_ptt_srpt; pgc_t *cur_pgc; // + int cur_title; int cur_cell; int last_cell; int cur_pack;