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

Unified Diff: source/libvpx/third_party/libyuv/include/libyuv/convert.h

Issue 1302353004: libvpx: Pull from upstream (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: Created 5 years, 4 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/include/libyuv/convert.h
diff --git a/source/libvpx/third_party/libyuv/include/libyuv/convert.h b/source/libvpx/third_party/libyuv/include/libyuv/convert.h
index 97936adb27d0bc44e45202d5a562ca7b3f5f53f1..a8d3fa07ace2f67e93d4333785a7478c17242a89 100644
--- a/source/libvpx/third_party/libyuv/include/libyuv/convert.h
+++ b/source/libvpx/third_party/libyuv/include/libyuv/convert.h
@@ -71,6 +71,8 @@ int I400ToI420(const uint8* src_y, int src_stride_y,
uint8* dst_v, int dst_stride_v,
int width, int height);
+#define J400ToJ420 I400ToI420
+
// Convert NV12 to I420.
LIBYUV_API
int NV12ToI420(const uint8* src_y, int src_stride_y,
« no previous file with comments | « source/libvpx/third_party/libyuv/README.libvpx ('k') | source/libvpx/third_party/libyuv/include/libyuv/convert_argb.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698