diff options
Diffstat (limited to 'macosx/HBVideo+UIAdditions.m')
-rw-r--r-- | macosx/HBVideo+UIAdditions.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/HBVideo+UIAdditions.m b/macosx/HBVideo+UIAdditions.m index ad5d1e1a6..5c4461835 100644 --- a/macosx/HBVideo+UIAdditions.m +++ b/macosx/HBVideo+UIAdditions.m @@ -31,7 +31,7 @@ [encoders addObject:@(video_encoder->name)]; } } - return [[encoders copy] autorelease]; + return [encoders copy]; } - (NSArray *)frameRates @@ -64,7 +64,7 @@ [framerates addObject:itemTitle]; } - return [[framerates copy] autorelease]; + return [framerates copy]; } - (BOOL)fastDecodeSupported |