summaryrefslogtreecommitdiffstats
path: root/libhb/handbrake/common.h
diff options
context:
space:
mode:
authorJohn Stebbins <[email protected]>2019-12-09 16:27:04 -0800
committerJohn Stebbins <[email protected]>2020-03-29 08:23:20 -0600
commit19c1ea52330dff8476be1c49b58bdacaf7f060dc (patch)
tree464d9bd56456a876e844cfcfa26cbf1d1e345eb4 /libhb/handbrake/common.h
parent9f7c5112a0381e315738c856f2344e2a64be183b (diff)
decavsub: add DVB subtitle *burn-only* support
passthrough will hopefully come later ;)
Diffstat (limited to 'libhb/handbrake/common.h')
-rw-r--r--libhb/handbrake/common.h16
1 files changed, 13 insertions, 3 deletions
diff --git a/libhb/handbrake/common.h b/libhb/handbrake/common.h
index 175eae8e5..0576d5aa6 100644
--- a/libhb/handbrake/common.h
+++ b/libhb/handbrake/common.h
@@ -966,9 +966,19 @@ struct hb_subtitle_s
hb_subtitle_config_t config;
enum subtype { PICTURESUB, TEXTSUB } format;
- enum subsource { VOBSUB, CC608SUB, /*unused*/CC708SUB,
- UTF8SUB, TX3GSUB, SSASUB, PGSSUB,
- IMPORTSRT, IMPORTSSA, SRTSUB = IMPORTSRT } source;
+ enum subsource {
+ VOBSUB,
+ CC608SUB,
+ CC708SUB, // unused
+ UTF8SUB,
+ TX3GSUB,
+ SSASUB,
+ PGSSUB,
+ IMPORTSRT,
+ IMPORTSSA,
+ DVBSUB,
+ SRTSUB = IMPORTSRT
+ } source;
const char * name;
char lang[1024];
char iso639_2[4];