summaryrefslogtreecommitdiffstats
path: root/libhb/common.h
diff options
context:
space:
mode:
authoreddyg <[email protected]>2007-08-20 23:50:45 +0000
committereddyg <[email protected]>2007-08-20 23:50:45 +0000
commita035bfd29afeb4560d85a295a405a83b76e68784 (patch)
tree7de643bd649986118159fefb2f368e0aa25d2069 /libhb/common.h
parenta779f4bd446925e0d1b272de5f30d771c0401424 (diff)
Added "--subtitle-force" option to the CLI, and added changes to decsub to
select only forced subtitles curtesy of Utumno (thanks!). git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@843 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 de56a5c63..22591c602 100644
--- a/libhb/common.h
+++ b/libhb/common.h
@@ -257,6 +257,7 @@ struct hb_job_s
int subtitle_scan;
hb_subtitle_t ** select_subtitle;
+ int subtitle_force;
char * native_language;
#ifdef __LIBHB__