From b4be9fecbbe66767fcf3b25aec8628d3f6b789ec Mon Sep 17 00:00:00 2001 From: eddyg Date: Tue, 21 Aug 2007 03:24:39 +0000 Subject: Add Subtitle scanning for forced subtitles and normal subtitles from the CLI and the MacOS GUI. See the new subtitle language options in the GUI. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@844 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- libhb/common.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libhb/common.h') diff --git a/libhb/common.h b/libhb/common.h index 22591c602..416a93eb6 100644 --- a/libhb/common.h +++ b/libhb/common.h @@ -145,7 +145,7 @@ struct hb_job_s vquality: output quality (0.0..1.0) if < 0.0 or > 1.0, bitrate is used instead vbitrate: output bitrate (kbps) - pass: 0, 1 or 2 + pass: 0, 1 or 2 (or -1 for scan) vrate, vrate_base: output framerate is vrate / vrate_base h264_level: boolean for whether or not we're encoding for iPod crf: boolean for whether to use constant rate factor with x264 @@ -378,6 +378,7 @@ struct hb_subtitle_s char iso639_2[4]; int hits; /* How many hits/occurrences of this subtitle */ + int forced_hits; /* How many forced hits in this subtitle */ #ifdef __LIBHB__ /* Internal data */ -- cgit v1.2.3