diff options
author | Damiano Galassi <[email protected]> | 2020-10-02 10:03:14 +0200 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2020-10-02 10:03:14 +0200 |
commit | 7efa7b80a2bd91ce4a64ac68ce8a8c40c6d2d4d5 (patch) | |
tree | dbdea7615f65196d3ba0e67c54e9dabfe739e82e /macosx/HBCore.h | |
parent | 8ab3a7da2004643da5a3204b0f947d467e65b067 (diff) |
MacGui: map more transfer functions to CGColorSpaceRef, simplify copyImageAtIndex: method.
Diffstat (limited to 'macosx/HBCore.h')
-rw-r--r-- | macosx/HBCore.h | 4 |
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. |