diff --git a/include/libyuv/convert.h b/include/libyuv/convert.h index 854fd5217..662337750 100644 --- a/include/libyuv/convert.h +++ b/include/libyuv/convert.h @@ -25,6 +25,8 @@ namespace libyuv { extern "C" { #endif +struct ArgbConstants; + // Convert I444 to I420. LIBYUV_API int I444ToI420(const uint8_t* src_y,