| 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,
|
|
|