summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_skin_detection.c
diff options
context:
space:
mode:
Diffstat (limited to 'vp9/encoder/vp9_skin_detection.c')
-rw-r--r--vp9/encoder/vp9_skin_detection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp9/encoder/vp9_skin_detection.c b/vp9/encoder/vp9_skin_detection.c
index 4cdac723a..175503ed4 100644
--- a/vp9/encoder/vp9_skin_detection.c
+++ b/vp9/encoder/vp9_skin_detection.c
@@ -130,7 +130,7 @@ void vp9_compute_skin_map(VP9_COMP *const cpi, FILE *yuv_skinmap_file) {
src_u += (src_uvstride << shuv) - (num_bl << shuv);
src_v += (src_uvstride << shuv) - (num_bl << shuv);
}
- vp9_write_yuv_frame_420(&skinmap, yuv_skinmap_file);
+ vpx_write_yuv_frame(yuv_skinmap_file, &skinmap);
vpx_free_frame_buffer(&skinmap);
}
#endif