summaryrefslogtreecommitdiff
path: root/vp10/encoder/skin_detection.c
diff options
context:
space:
mode:
Diffstat (limited to 'vp10/encoder/skin_detection.c')
-rw-r--r--vp10/encoder/skin_detection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp10/encoder/skin_detection.c b/vp10/encoder/skin_detection.c
index dbb8b3485..5923eca8a 100644
--- a/vp10/encoder/skin_detection.c
+++ b/vp10/encoder/skin_detection.c
@@ -50,7 +50,7 @@ int vp10_skin_pixel(const uint8_t y, const uint8_t cb, const uint8_t cr) {
#ifdef OUTPUT_YUV_SKINMAP
// For viewing skin map on input source.
-void vp10_compute_skin_map(VP9_COMP *const cpi, FILE *yuv_skinmap_file) {
+void vp10_compute_skin_map(VP10_COMP *const cpi, FILE *yuv_skinmap_file) {
int i, j, mi_row, mi_col;
VP10_COMMON *const cm = &cpi->common;
uint8_t *y;