summaryrefslogtreecommitdiffstats
path: root/macosx/HBJob+UIAdditions.h
diff options
context:
space:
mode:
authorritsuka <[email protected]>2014-12-30 08:32:05 +0000
committerritsuka <[email protected]>2014-12-30 08:32:05 +0000
commit72531bc27dda83a89049f4c45578fc2aad434c15 (patch)
treed8ca2cf2a01b98dc7b0a6452902a20fc4764ef8e /macosx/HBJob+UIAdditions.h
parentdf7f224eb16b327cbd07a4e77d49ded4c987f011 (diff)
MacGui: hide the iPod 5g check box if the codec is not h.264.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6678 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBJob+UIAdditions.h')
-rw-r--r--macosx/HBJob+UIAdditions.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/HBJob+UIAdditions.h b/macosx/HBJob+UIAdditions.h
index 0d1e315d3..a8adc4f25 100644
--- a/macosx/HBJob+UIAdditions.h
+++ b/macosx/HBJob+UIAdditions.h
@@ -10,6 +10,8 @@
@interface HBJob (UIAdditions)
@property (nonatomic, readonly) BOOL mp4OptionsEnabled;
+@property (nonatomic, readonly) BOOL mp4iPodCompatibleEnabled;
+
@property (nonatomic, readonly) NSArray *angles;
@end