Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(466)

Unified Diff: source/libvpx/third_party/libyuv/source/video_common.cc

Issue 996503002: libvpx: Pull from upstream (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: source/libvpx/third_party/libyuv/source/video_common.cc
diff --git a/source/libvpx/third_party/libyuv/source/video_common.cc b/source/libvpx/third_party/libyuv/source/video_common.cc
index efbedf46e2bf44700944bb26fc711540edcecdfa..379a0669ae673dd28125ea98c9f82c0f94341d8e 100644
--- a/source/libvpx/third_party/libyuv/source/video_common.cc
+++ b/source/libvpx/third_party/libyuv/source/video_common.cc
@@ -33,7 +33,7 @@ static const struct FourCCAliasEntry kFourCCAliases[] = {
{FOURCC_2VUY, FOURCC_UYVY}, // kCMPixelFormat_422YpCbCr8
{FOURCC_JPEG, FOURCC_MJPG}, // Note: JPEG has DHT while MJPG does not.
{FOURCC_DMB1, FOURCC_MJPG},
- {FOURCC_BA81, FOURCC_BGGR},
+ {FOURCC_BA81, FOURCC_BGGR}, // deprecated.
{FOURCC_RGB3, FOURCC_RAW },
{FOURCC_BGR3, FOURCC_24BG},
{FOURCC_CM32, FOURCC_BGRA}, // kCMPixelFormat_32ARGB
« no previous file with comments | « source/libvpx/third_party/libyuv/source/scale_win.cc ('k') | source/libvpx/vp9/common/arm/neon/vp9_iht8x8_add_neon.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698