summaryrefslogtreecommitdiffstats
path: root/macosx/HBPicture.h
blob: 4366d3e6d4f966d83fc5203f857c1175615becf3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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