| Index: include/libyuv/row.h
|
| diff --git a/include/libyuv/row.h b/include/libyuv/row.h
|
| index 08e1ff6425ab5f2c4bdac0fdaa4f7d69bc4102e7..4e02a212d9f82d1165bf52841cb2200a13fc5f42 100644
|
| --- a/include/libyuv/row.h
|
| +++ b/include/libyuv/row.h
|
| @@ -447,14 +447,14 @@ struct YuvConstants {
|
| #endif
|
|
|
| // Conversion matrix for YUV to RGB
|
| -extern const struct YuvConstants kYuvIConstants; // BT.601
|
| -extern const struct YuvConstants kYuvJConstants; // JPeg color space
|
| -extern const struct YuvConstants kYuvHConstants; // BT.709
|
| -
|
| -// Conversion matrix for YVU to BGR.
|
| -extern const struct YuvConstants kYvuIConstants; // BT.601
|
| -extern const struct YuvConstants kYvuJConstants; // JPeg color space
|
| -extern const struct YuvConstants kYvuHConstants; // BT.709
|
| +extern const struct YuvConstants kYuvI601Constants; // BT.601
|
| +extern const struct YuvConstants kYuvJPEGConstants; // JPeg color space
|
| +extern const struct YuvConstants kYuvH709Constants; // BT.709
|
| +
|
| +// Conversion matrix for YVU to BGR
|
| +extern const struct YuvConstants kYvuI601Constants; // BT.601
|
| +extern const struct YuvConstants kYvuJPEGConstants; // JPeg color space
|
| +extern const struct YuvConstants kYvuH709Constants; // BT.709
|
|
|
| #if defined(__APPLE__) || defined(__x86_64__) || defined(__llvm__)
|
| #define OMITFP
|
|
|