| Index: webrtc/common_video/libyuv/webrtc_libyuv.cc
|
| diff --git a/webrtc/common_video/libyuv/webrtc_libyuv.cc b/webrtc/common_video/libyuv/webrtc_libyuv.cc
|
| index 44577e9ac8e6beac40001a87af737422d92da624..d2a53169a071364d0f856b6e3dee2ba262bd0634 100644
|
| --- a/webrtc/common_video/libyuv/webrtc_libyuv.cc
|
| +++ b/webrtc/common_video/libyuv/webrtc_libyuv.cc
|
| @@ -106,8 +106,7 @@ static int PrintPlane(const uint8_t* buf,
|
| int PrintVideoFrame(const VideoFrame& frame, FILE* file) {
|
| if (file == NULL)
|
| return -1;
|
| - if (frame.IsZeroSize())
|
| - return -1;
|
| +
|
| int width = frame.video_frame_buffer()->width();
|
| int height = frame.video_frame_buffer()->height();
|
| int chroma_width = (width + 1) / 2;
|
|
|