mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 01:26:58 +00:00
update libyuv to hash bcd8238 from https://chromium.googlesource.com/libyuv/libyuv/
This commit is contained in:
@@ -43,6 +43,7 @@ static bool TestValidFourCC(uint32 fourcc, int bpp) {
|
||||
|
||||
TEST_F(LibYUVBaseTest, TestCanonicalFourCC) {
|
||||
EXPECT_EQ(FOURCC_I420, CanonicalFourCC(FOURCC_IYUV));
|
||||
EXPECT_EQ(FOURCC_I420, CanonicalFourCC(FOURCC_YU12));
|
||||
EXPECT_EQ(FOURCC_I422, CanonicalFourCC(FOURCC_YU16));
|
||||
EXPECT_EQ(FOURCC_I444, CanonicalFourCC(FOURCC_YU24));
|
||||
EXPECT_EQ(FOURCC_YUY2, CanonicalFourCC(FOURCC_YUYV));
|
||||
|
Reference in New Issue
Block a user