summaryrefslogtreecommitdiffstats
path: root/libhb/dvd.h
diff options
context:
space:
mode:
authorJohn Stebbins <[email protected]>2016-10-13 11:50:05 -0700
committerJohn Stebbins <[email protected]>2017-02-21 14:04:52 -0700
commite2b3a1e8de375248ce72f16083389e8ce3b6e48e (patch)
tree443795df17d17a06ac46e17a01d90d94b11c01c1 /libhb/dvd.h
parent5928b15e84d640edd94c91e303369880d1c0baad (diff)
dvd: add widescreen/letterbox/pan&scan/4:3 to vobsub description
Diffstat (limited to 'libhb/dvd.h')
-rw-r--r--libhb/dvd.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libhb/dvd.h b/libhb/dvd.h
index 8a8e4b89d..4ecbf2420 100644
--- a/libhb/dvd.h
+++ b/libhb/dvd.h
@@ -14,6 +14,11 @@
#include "dvdread/ifo_read.h"
#include "dvdread/nav_read.h"
+#define HB_VOBSUB_STYLE_4_3 0
+#define HB_VOBSUB_STYLE_WIDE 1
+#define HB_VOBSUB_STYLE_LETTERBOX 2
+#define HB_VOBSUB_STYLE_PANSCAN 3
+
struct hb_dvdread_s
{
char * path;