summaryrefslogtreecommitdiff
path: root/vp8/encoder/bitstream.h
diff options
context:
space:
mode:
authorChristian Duvivier <cduvivier@google.com>2012-06-14 18:14:43 -0700
committerChristian Duvivier <cduvivier@google.com>2012-06-18 17:30:36 -0700
commite0a338c428f8d35cddf21d7e5498143f5af6fb2a (patch)
tree4cae2d84181299e6b0bf47f7a257dc253be452c5 /vp8/encoder/bitstream.h
parent31fd84d80ba058e8c5d400e8f10c6f7420900ab6 (diff)
downloadlibvpx-e0a338c428f8d35cddf21d7e5498143f5af6fb2a.tar
libvpx-e0a338c428f8d35cddf21d7e5498143f5af6fb2a.tar.gz
libvpx-e0a338c428f8d35cddf21d7e5498143f5af6fb2a.tar.bz2
libvpx-e0a338c428f8d35cddf21d7e5498143f5af6fb2a.zip
Fix a bunch of warnings.
Change-Id: I883b4f63559c1cf66a25016e946b1b1ae98a20da
Diffstat (limited to 'vp8/encoder/bitstream.h')
-rw-r--r--vp8/encoder/bitstream.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/vp8/encoder/bitstream.h b/vp8/encoder/bitstream.h
index 39fa642a5..78fb26f66 100644
--- a/vp8/encoder/bitstream.h
+++ b/vp8/encoder/bitstream.h
@@ -23,3 +23,5 @@ void vp8cx_pack_tokens_armv5(vp8_writer *w, const TOKENEXTRA *p, int xcount,
# define pack_tokens(a,b,c) pack_tokens_c(a,b,c)
#endif
#endif
+
+void update_skip_probs(VP8_COMP *cpi);