diff options
author | eddyg <[email protected]> | 2007-08-20 23:50:45 +0000 |
---|---|---|
committer | eddyg <[email protected]> | 2007-08-20 23:50:45 +0000 |
commit | a035bfd29afeb4560d85a295a405a83b76e68784 (patch) | |
tree | 7de643bd649986118159fefb2f368e0aa25d2069 /libhb/common.h | |
parent | a779f4bd446925e0d1b272de5f30d771c0401424 (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.h | 1 |
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__ |