Index: cc/resources/video_resource_updater.cc |
diff --git a/cc/resources/video_resource_updater.cc b/cc/resources/video_resource_updater.cc |
index d3f67a852cac8eaad650c04edf53266fe7477eb9..15d4be406287747dd2839567170a97fb84a6eeee 100644 |
--- a/cc/resources/video_resource_updater.cc |
+++ b/cc/resources/video_resource_updater.cc |
@@ -134,9 +134,11 @@ 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::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::YV16) |
return VideoFrameExternalResources(); |