summaryrefslogtreecommitdiffstats
path: root/macosx/HBVideo.h
diff options
context:
space:
mode:
authorritsuka <[email protected]>2014-12-29 08:35:06 +0000
committerritsuka <[email protected]>2014-12-29 08:35:06 +0000
commitf1c5cb5f2388aeebbe7ec9f105b406bebf2345e0 (patch)
tree0b8127b1d4b02ea26e3ac30a539129dc1ace4d3f /macosx/HBVideo.h
parent0559e985cb5cb1e4dec92fd9c868b31f64acbe27 (diff)
MacGui: pass the fast decode option to the hb_job.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6668 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBVideo.h')
-rw-r--r--macosx/HBVideo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/HBVideo.h b/macosx/HBVideo.h
index 9e7b2631e..22424061a 100644
--- a/macosx/HBVideo.h
+++ b/macosx/HBVideo.h
@@ -45,5 +45,6 @@
@property (nonatomic, readwrite) BOOL fastDecode;
@property (nonatomic, readwrite, assign) HBJob *job;
+@property (nonatomic, readonly) NSString *completeTune;
@end