Bug 1198458: Fix typo in merges in OMX rs=bustage,kwierso

on a CLOSED TREE
This commit is contained in:
Randell Jesup 2015-11-18 15:55:24 -05:00
parent 16d38a8bc6
commit d116f80e84

View File

@ -551,8 +551,8 @@ public:
nsAutoPtr<webrtc::I420VideoFrame> videoFrame(new webrtc::I420VideoFrame(
new ImageNativeHandle(grallocImage.forget()),
grallocData.mPicSize.width,
grallocData.mPicSize.height,
picSize.width,
picSize.height,
timestamp,
renderTimeMs));
if (videoFrame != nullptr) {