summaryrefslogtreecommitdiffstats
path: root/libhb/common.h
diff options
context:
space:
mode:
authorRodeo <[email protected]>2011-08-16 15:45:41 +0000
committerRodeo <[email protected]>2011-08-16 15:45:41 +0000
commit1bd57899117e7b796d95cade71520dc87984a197 (patch)
treee07b7b5983af101897c3f1d5f18e727bd573ca76 /libhb/common.h
parent356f4d167d59fb486541c280867f1b27a7d05690 (diff)
Blu-ray: display playlist number in log, CLI scan output, and title drop-down.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4182 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/common.h')
-rw-r--r--libhb/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/common.h b/libhb/common.h
index a042c25fa..d36fd9b9f 100644
--- a/libhb/common.h
+++ b/libhb/common.h
@@ -594,6 +594,7 @@ struct hb_title_s
char path[1024];
char name[1024];
int index;
+ int playlist;
int vts;
int ttn;
int cell_start;