mirror of
https://github.com/zakk4223/CocoaSplit.git
synced 2026-05-15 14:15:50 -06:00
Fix AppleVTCompressor too!
This commit is contained in:
parent
c374233a59
commit
6dbca9d3ae
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ OSStatus VTCompressionSessionCopySupportedPropertyDictionary(VTCompressionSessio
|
|||
self.use_cbr = [aDecoder decodeBoolForKey:@"use_cbr"];
|
||||
self.width = (int)[aDecoder decodeIntegerForKey:@"videoWidth"];
|
||||
self.height = (int)[aDecoder decodeIntegerForKey:@"videoHeight"];
|
||||
if ([aDecoder decodeObjectForKey:@"resolutionOption"])
|
||||
if ([aDecoder containsValueForKey:@"resolutionOption"])
|
||||
{
|
||||
self.resolutionOption = [aDecoder decodeObjectForKey:@"resolutionOption"];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue