summaryrefslogtreecommitdiffstats
path: root/media/base/mac/video_frame_mac_unittests.cc
diff options
context:
space:
mode:
Diffstat (limited to 'media/base/mac/video_frame_mac_unittests.cc')
-rw-r--r--media/base/mac/video_frame_mac_unittests.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/base/mac/video_frame_mac_unittests.cc b/media/base/mac/video_frame_mac_unittests.cc
index 4a5953f..aa03795 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},