Index: media/base/mac/video_frame_mac_unittests.cc |
diff --git a/media/base/mac/video_frame_mac_unittests.cc b/media/base/mac/video_frame_mac_unittests.cc |
index 4a5953f373f285a095c2227fcf2082dcbcea1aa9..aa0379554851bcb56f1ce4edeafc8a763b55235e 100644 |
--- a/media/base/mac/video_frame_mac_unittests.cc |
+++ b/media/base/mac/video_frame_mac_unittests.cc |
@@ -61,9 +61,9 @@ TEST(VideoFrameMac, CheckBasicAttributes) { |
} |
TEST(VideoFrameMac, CheckFormats) { |
+ // CreateFrame() does not support non planar YUV, e.g. NV12. |
const FormatPair format_pairs[] = { |
{VideoFrame::I420, kCVPixelFormatType_420YpCbCr8Planar}, |
- |
{VideoFrame::YV12, 0}, |
{VideoFrame::YV16, 0}, |
{VideoFrame::YV12A, 0}, |