diff options
author | eddyg <[email protected]> | 2009-06-21 22:12:36 +0000 |
---|---|---|
committer | eddyg <[email protected]> | 2009-06-21 22:12:36 +0000 |
commit | 63d590ca6b884e309bc6af1379af7882281d25e4 (patch) | |
tree | 9a424d2b72c854b0fbf3be3b2fce3d2c163979dc /libhb/common.h | |
parent | 56314be38d30d4784aac574b25d0248d3593b052 (diff) |
Moved --native-langauge processing from libhb to the CLI. Added --native-dub option to allow the user to request dubbing instead of subtitles when the audio does not match the users native language.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2594 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/common.h')
-rw-r--r-- | libhb/common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libhb/common.h b/libhb/common.h index ccd065c15..488004f7a 100644 --- a/libhb/common.h +++ b/libhb/common.h @@ -248,7 +248,6 @@ struct hb_job_s int indepth_scan; hb_subtitle_config_t select_subtitle_config; - char * native_language; int angle; // dvd angle to encode int frame_to_stop; // declare eof when we hit this frame |