diff options
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/Controller.mm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/macosx/Controller.mm b/macosx/Controller.mm index 4d18e9786..1ace6bef4 100644 --- a/macosx/Controller.mm +++ b/macosx/Controller.mm @@ -1622,6 +1622,11 @@ static NSString * ChooseSourceIdentifier = @"Choose Source It hb_subtitle_t **subtitle_tmp = job->select_subtitle; job->indepth_scan = 0; + /* + * Do not autoselect subtitles on the first pass of a two pass + */ + job->select_subtitle = NULL; + job->pass = 1; job->sequence_id++; // for job grouping hb_add( fHandle, job ); |