summaryrefslogtreecommitdiffstats
path: root/macosx/HBVideo.h
diff options
context:
space:
mode:
authorritsuka <[email protected]>2014-12-20 07:35:57 +0000
committerritsuka <[email protected]>2014-12-20 07:35:57 +0000
commitcddf20e07af6fa76c9f1a44af76d39455ddf35cc (patch)
treef421afbe2e7615a534b1f4e3f62b551e9fdb1ff7 /macosx/HBVideo.h
parentefed9e46514070a25896461d2299f61ca5dc6194 (diff)
MacGui: fix frame rate when loading a queue item.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6615 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBVideo.h')
-rw-r--r--macosx/HBVideo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/macosx/HBVideo.h b/macosx/HBVideo.h
index 3d5b3a608..ad7824b48 100644
--- a/macosx/HBVideo.h
+++ b/macosx/HBVideo.h
@@ -7,6 +7,9 @@
#import <Foundation/Foundation.h>
#include "hb.h"
+/**
+ * HBVideo
+ */
@interface HBVideo : NSObject
- (void)applySettingsFromPreset:(NSDictionary *)preset;