diff options
author | ritsuka <[email protected]> | 2014-12-22 17:12:16 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2014-12-22 17:12:16 +0000 |
commit | ee10e1fdb417c7f1047406522379c85c47143bfd (patch) | |
tree | 1ed8f1ae02ee7296162c640bb238a425af93a02b /macosx/HBTitle.m | |
parent | 6bcb7bd0894f9f44637b9668e5b5d3d388aef152 (diff) |
MacGui: set the chapter titles directly in HBJob. Move more things over to HBTitle and HBJob.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6642 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBTitle.m')
-rw-r--r-- | macosx/HBTitle.m | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/macosx/HBTitle.m b/macosx/HBTitle.m index 20c985691..274b47c7a 100644 --- a/macosx/HBTitle.m +++ b/macosx/HBTitle.m @@ -96,6 +96,11 @@ extern NSString *keySubTrackSrtCharCode; } } +- (NSInteger)angles +{ + return self.hb_title->angle_count; +} + - (NSArray *)audioTracks { if (!_audioTracks) |