Fix for the build broken on Windows.
Review URL: http://webrtc-codereview.appspot.com/335017 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1341 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
a0211c38ca
commit
d6b827a28e
@ -1020,7 +1020,7 @@ int DirectDrawChannel::DeliverFrame(unsigned char* buffer, int bufferSize,
|
||||
}
|
||||
case kARGB:
|
||||
ConvertFromI420(buffer, ddsd.lPitch, kARGB, 0,
|
||||
_width, _height, ptrTempBuffer);
|
||||
_width, _height, ptr);
|
||||
break;
|
||||
case kARGB4444:
|
||||
ConvertI420ToARGB4444(buffer, ptr, _width, _height,
|
||||
|
Loading…
x
Reference in New Issue
Block a user