diff options
author | Rodeo <[email protected]> | 2013-03-12 21:44:00 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2013-03-12 21:44:00 +0000 |
commit | f63fa6278da1fb3f4602084d101673b7458ce8d9 (patch) | |
tree | f07acd6c151c4c5fe2809ffbe1e09814fd86d348 /macosx/HBSubtitles.h | |
parent | de6c4ab0fe08e765c4e4498e73d6d3b09af582ad (diff) |
MacGui: forbid including passthru PGS subtitle streams in MP4.
When adding a PGS track and the container is MP4, the track is automatically set to burned-in.
When adding an additional PGS track and the container is MP4, the track is removed and an alert dialog is displayed.
When switching from MKV to MP4, the first PGS track is converted to burned-in (any non-PGS track that was set to burned-in is reset to passthru) and additional tracks are removed; an alert dialog is also displayed.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5325 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBSubtitles.h')
-rw-r--r-- | macosx/HBSubtitles.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/HBSubtitles.h b/macosx/HBSubtitles.h index 83c9a1d6f..9b001fe7a 100644 --- a/macosx/HBSubtitles.h +++ b/macosx/HBSubtitles.h @@ -15,6 +15,7 @@ hb_title_t *fTitle; NSMutableArray *subtitleArray; // contains the output subtitle track info NSMutableArray *subtitleSourceArray;// contains the source subtitle track info +NSString *foreignAudioSearchTrackName; NSMutableArray *languagesArray; // array of languages taken from lang.c int languagesArrayDefIndex; NSMutableArray *charCodeArray; // array of character codes |