summaryrefslogtreecommitdiffstats
path: root/macosx/HBCore.h
diff options
context:
space:
mode:
authorDamiano Galassi <[email protected]>2020-10-02 10:03:14 +0200
committerDamiano Galassi <[email protected]>2020-10-02 10:03:14 +0200
commit7efa7b80a2bd91ce4a64ac68ce8a8c40c6d2d4d5 (patch)
treedbdea7615f65196d3ba0e67c54e9dabfe739e82e /macosx/HBCore.h
parent8ab3a7da2004643da5a3204b0f947d467e65b067 (diff)
MacGui: map more transfer functions to CGColorSpaceRef, simplify copyImageAtIndex: method.
Diffstat (limited to 'macosx/HBCore.h')
-rw-r--r--macosx/HBCore.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/macosx/HBCore.h b/macosx/HBCore.h
index 3d1160161..5d27a20a1 100644
--- a/macosx/HBCore.h
+++ b/macosx/HBCore.h
@@ -186,9 +186,7 @@ typedef void (^HBCoreCompletionHandler)(HBCoreResult result);
- (nullable CGImageRef)copyImageAtIndex:(NSUInteger)index
forTitle:(HBTitle *)title
pictureFrame:(HBPicture *)frame
- deinterlace:(BOOL)deinterlace
- rotate:(int)angle
- flipped:(BOOL)flipped CF_RETURNS_RETAINED;
+ deinterlace:(BOOL)deinterlace CF_RETURNS_RETAINED;
/**
* Returns the counts of the available previews images.