summaryrefslogtreecommitdiff
path: root/vp8/common/skin_detection.h
diff options
context:
space:
mode:
authorJerome Jiang <jianj@google.com>2017-06-10 04:50:19 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-06-10 04:50:19 +0000
commita46bc0268b8d7d73adda1fef937f4310d2e76be8 (patch)
tree4a8949bdf498ae81cc591aa36fe5ec467070c90d /vp8/common/skin_detection.h
parente540ca715558f2e4dcf536f717b9888f1e19b4be (diff)
parentff2d220d210acad9f28cafdd4238c078e6edb263 (diff)
downloadlibvpx-a46bc0268b8d7d73adda1fef937f4310d2e76be8.tar
libvpx-a46bc0268b8d7d73adda1fef937f4310d2e76be8.tar.gz
libvpx-a46bc0268b8d7d73adda1fef937f4310d2e76be8.tar.bz2
libvpx-a46bc0268b8d7d73adda1fef937f4310d2e76be8.zip
Merge "Remove duplication on vp8/9_write_yuv_frame."
Diffstat (limited to 'vp8/common/skin_detection.h')
-rw-r--r--vp8/common/skin_detection.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/vp8/common/skin_detection.h b/vp8/common/skin_detection.h
index 1fe233212..1d72eeb02 100644
--- a/vp8/common/skin_detection.h
+++ b/vp8/common/skin_detection.h
@@ -29,7 +29,6 @@ int compute_skin_block(const uint8_t *y, const uint8_t *u, const uint8_t *v,
#ifdef OUTPUT_YUV_SKINMAP
// For viewing skin map on input source.
void compute_skin_map(struct VP8_COMP *const cpi, FILE *yuv_skinmap_file);
-extern void vp8_write_yuv_frame(FILE *f, YV12_BUFFER_CONFIG *s);
#endif
#ifdef __cplusplus