correct data type

git-svn-id: https://zxing.googlecode.com/svn/trunk@1786 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
smparkes@smparkes.net 2011-05-19 19:58:17 +00:00
parent 9f519ac146
commit ce5378194a

View file

@ -379,7 +379,7 @@ ZXAV(didOutputSampleBuffer:(CMSampleBufferRef)sampleBuffer)
ZXQT({
if (!reported_width || !reported_height) {
CGSize size =
NSSize size =
[[[[input.device.formatDescriptions objectAtIndex:0]
formatDescriptionAttributes] objectForKey:@"videoEncodedPixelsSize"] sizeValue];
width = size.width;