| Index: source/row_mips.cc
|
| diff --git a/source/row_mips.cc b/source/row_mips.cc
|
| index 0720110b662589b12cbc84df8ed1a096861a052b..ab0ac48128767e019def48a90d9c82e2d13f9ed6 100644
|
| --- a/source/row_mips.cc
|
| +++ b/source/row_mips.cc
|
| @@ -657,7 +657,7 @@ void I422ToARGBRow_MIPS_DSPR2(const uint8* y_buf,
|
| const uint8* u_buf,
|
| const uint8* v_buf,
|
| uint8* rgb_buf,
|
| - struct YuvConstants* yuvconstants,
|
| + const struct YuvConstants* yuvconstants,
|
| int width) {
|
| __asm__ __volatile__ (
|
| ".set push \n"
|
| @@ -719,7 +719,7 @@ void I422ToABGRRow_MIPS_DSPR2(const uint8* y_buf,
|
| const uint8* u_buf,
|
| const uint8* v_buf,
|
| uint8* rgb_buf,
|
| - struct YuvConstants* yuvconstants,
|
| + const struct YuvConstants* yuvconstants,
|
| int width) {
|
| __asm__ __volatile__ (
|
| ".set push \n"
|
| @@ -781,7 +781,7 @@ void I422ToBGRARow_MIPS_DSPR2(const uint8* y_buf,
|
| const uint8* u_buf,
|
| const uint8* v_buf,
|
| uint8* rgb_buf,
|
| - struct YuvConstants* yuvconstants,
|
| + const struct YuvConstants* yuvconstants,
|
| int width) {
|
| __asm__ __volatile__ (
|
| ".set push \n"
|
|
|