aboutsummaryrefslogtreecommitdiff
path: root/include/libyuv/convert_from_argb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libyuv/convert_from_argb.h')
-rw-r--r--include/libyuv/convert_from_argb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/libyuv/convert_from_argb.h b/include/libyuv/convert_from_argb.h
index a0482657..857b46c5 100644
--- a/include/libyuv/convert_from_argb.h
+++ b/include/libyuv/convert_from_argb.h
@@ -86,8 +86,8 @@ int ARGBToRGB24(const uint8_t* src_argb,
LIBYUV_API
int ARGBToRAW(const uint8_t* src_argb,
int src_stride_argb,
- uint8_t* dst_rgb,
- int dst_stride_rgb,
+ uint8_t* dst_raw,
+ int dst_stride_raw,
int width,
int height);