| Index: cc/resources/video_resource_updater.cc
|
| diff --git a/cc/resources/video_resource_updater.cc b/cc/resources/video_resource_updater.cc
|
| index ddb2277eec38a6574ea683507f120cc75decf996..42bacfe142beaadc0c6bef3c5ba1575b078bd5e1 100644
|
| --- a/cc/resources/video_resource_updater.cc
|
| +++ b/cc/resources/video_resource_updater.cc
|
| @@ -134,10 +134,12 @@ VideoFrameExternalResources VideoResourceUpdater::CreateForSoftwarePlanes(
|
|
|
| // Only YUV software video frames are supported.
|
| DCHECK(input_frame_format == media::VideoFrame::YV12 ||
|
| + input_frame_format == media::VideoFrame::YV12J ||
|
| input_frame_format == media::VideoFrame::YV12A ||
|
| input_frame_format == media::VideoFrame::YV12J ||
|
| input_frame_format == media::VideoFrame::YV16);
|
| if (input_frame_format != media::VideoFrame::YV12 &&
|
| + input_frame_format != media::VideoFrame::YV12J &&
|
| input_frame_format != media::VideoFrame::YV12A &&
|
| input_frame_format != media::VideoFrame::YV12J &&
|
| input_frame_format != media::VideoFrame::YV16)
|
|
|