summaryrefslogtreecommitdiff
path: root/vp8/encoder
diff options
context:
space:
mode:
authorJerome Jiang <jianj@google.com>2017-06-05 11:09:05 -0700
committerJerome Jiang <jianj@google.com>2017-06-07 21:20:34 -0700
commit658e85425218483878fa76bb274b8da530b62b87 (patch)
treeb23ab7f7966b980d1c9a9e368deb0281d010cba1 /vp8/encoder
parente30781ff80d931bc113a2dcb6970b1760c1feb1e (diff)
downloadlibvpx-658e85425218483878fa76bb274b8da530b62b87.tar
libvpx-658e85425218483878fa76bb274b8da530b62b87.tar.gz
libvpx-658e85425218483878fa76bb274b8da530b62b87.tar.bz2
libvpx-658e85425218483878fa76bb274b8da530b62b87.zip
Merge skin detection code in vp8/9.
BUG=webm:1438 Change-Id: Ie3dc034c7dbb498a0b088a767b1936ddeed4df14
Diffstat (limited to 'vp8/encoder')
-rw-r--r--vp8/encoder/onyx_if.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp8/encoder/onyx_if.c b/vp8/encoder/onyx_if.c
index 9227f750d..9a9f3d1f8 100644
--- a/vp8/encoder/onyx_if.c
+++ b/vp8/encoder/onyx_if.c
@@ -89,7 +89,7 @@ FILE *yuv_file;
FILE *yuv_denoised_file;
#endif
#ifdef OUTPUT_YUV_SKINMAP
-FILE *yuv_skinmap_file = NULL;
+static FILE *yuv_skinmap_file = NULL;
#endif
#if 0