summaryrefslogtreecommitdiff
path: root/vp8/encoder/encodemb.h
diff options
context:
space:
mode:
authorChristian Duvivier <cduvivier@google.com>2011-12-21 16:19:09 -0800
committerChristian Duvivier <cduvivier@google.com>2011-12-22 16:33:06 -0800
commite4ca542a3be5b470338cf753e0208de62883f8b3 (patch)
tree5ce2cfc5ef65dfbf6253420674be5908cd3b3d3a /vp8/encoder/encodemb.h
parent3a82bf4d0597c79a41029004b1a5622ad70268a9 (diff)
downloadlibvpx-e4ca542a3be5b470338cf753e0208de62883f8b3.tar
libvpx-e4ca542a3be5b470338cf753e0208de62883f8b3.tar.gz
libvpx-e4ca542a3be5b470338cf753e0208de62883f8b3.tar.bz2
libvpx-e4ca542a3be5b470338cf753e0208de62883f8b3.zip
Fix more warnings.
Change-Id: Ifadf65026a11bdb5d39840748613880bcfb364bb
Diffstat (limited to 'vp8/encoder/encodemb.h')
-rw-r--r--vp8/encoder/encodemb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp8/encoder/encodemb.h b/vp8/encoder/encodemb.h
index 498afe785..e0fcb644f 100644
--- a/vp8/encoder/encodemb.h
+++ b/vp8/encoder/encodemb.h
@@ -113,6 +113,6 @@ void vp8_optimize_mby_8x8(MACROBLOCK *x, const struct VP8_ENCODER_RTCD *rtcd);
void vp8_optimize_mbuv_8x8(MACROBLOCK *x, const struct VP8_ENCODER_RTCD *rtcd);
#endif
-
+void vp8_subtract_4b_c(BLOCK *be, BLOCKD *bd, int pitch);
#endif