diff options
author | dynaflash <[email protected]> | 2009-12-10 19:31:01 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2009-12-10 19:31:01 +0000 |
commit | c19dbbdb0d3374a2abda3a08ffccf5a9c26148e9 (patch) | |
tree | 1c8e7489b30e0e930e785e68c0a442530e954850 /macosx/HBSubtitles.h | |
parent | f6986e59735724f22f37646693a22c2fe650ecff (diff) |
MacGui: Fix issue with subtitle changes affecting all encodes in the queue by being less stupid.
- Thanks to Rodeo for bringing it to my attention.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3024 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBSubtitles.h')
-rw-r--r-- | macosx/HBSubtitles.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBSubtitles.h b/macosx/HBSubtitles.h index 6cc55356b..c8232d432 100644 --- a/macosx/HBSubtitles.h +++ b/macosx/HBSubtitles.h @@ -29,7 +29,7 @@ int container; // Create new subtitle track - (void)addSubtitleTrack; - (NSDictionary *)createSubtitleTrack; -- (NSMutableArray*) getSubtitleArray: (NSMutableArray *) subtitlesArray ; +- (NSMutableArray*) getSubtitleArray; // Add an srt file - (void)createSubtitleSrtTrack:(NSString *)filePath; |