summaryrefslogtreecommitdiffstats
path: root/macosx/HBUtilities.h
diff options
context:
space:
mode:
authorritsuka <[email protected]>2014-12-18 11:18:00 +0000
committerritsuka <[email protected]>2014-12-18 11:18:00 +0000
commit8d8c8c1c56012cb5b4ce7548576832b2348cae2a (patch)
tree0d548d02602f4452e99577d91a1c369ecfadabfb /macosx/HBUtilities.h
parent217d6e9d87b5bdfe75a18b3e5f87327505459cbe (diff)
MacGui: separate the video settings logic from the view controller. There are a number of small regression ("Custom" preset and auto naming not updating) that will be fixed in the next commits.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6606 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBUtilities.h')
-rw-r--r--macosx/HBUtilities.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/HBUtilities.h b/macosx/HBUtilities.h
index 8669dab49..754e872ab 100644
--- a/macosx/HBUtilities.h
+++ b/macosx/HBUtilities.h
@@ -37,8 +37,8 @@
+ (NSString *)automaticNameForSource:(NSString *)sourceName
title:(NSUInteger)title
chapters:(NSRange)chaptersRange
- quality:(NSString *)quality
- bitrate:(NSString *)bitrate
+ quality:(double)quality
+ bitrate:(int)bitrate
videoCodec:(uint32_t)codec;
@end