diff options
Diffstat (limited to 'macosx/HBPicture.h')
-rw-r--r-- | macosx/HBPicture.h | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/macosx/HBPicture.h b/macosx/HBPicture.h new file mode 100644 index 000000000..4366d3e6d --- /dev/null +++ b/macosx/HBPicture.h @@ -0,0 +1,30 @@ +// +// HBPicture.h +// HandBrake +// +// Created by Damiano Galassi on 12/08/14. +// +// + +#import <Foundation/Foundation.h> + +@interface HBPicture : NSObject + +/* + width + height + + autocrop + crop[] + anamorphic { + mode + keepDisplayAspect + par_width + par_height + dar_width + dar_height + } + modulus + */ + +@end |