summaryrefslogtreecommitdiff
path: root/vp8/encoder/onyx_if.c
diff options
context:
space:
mode:
authorChristian Duvivier <cduvivier@google.com>2012-08-21 14:58:31 -0700
committerChristian Duvivier <cduvivier@google.com>2012-08-21 14:58:36 -0700
commit2a050620e5f4ff55749cd8a7ad981898f5aca6db (patch)
tree1c95953ae736a558bb7d28706dbbeaf0e752404a /vp8/encoder/onyx_if.c
parent6612a43ce299b16600457d5aef388378afbec192 (diff)
downloadlibvpx-2a050620e5f4ff55749cd8a7ad981898f5aca6db.tar
libvpx-2a050620e5f4ff55749cd8a7ad981898f5aca6db.tar.gz
libvpx-2a050620e5f4ff55749cd8a7ad981898f5aca6db.tar.bz2
libvpx-2a050620e5f4ff55749cd8a7ad981898f5aca6db.zip
Fix warning.
Change-Id: I99311811820169d62fda3febac4bafacfc7a538b
Diffstat (limited to 'vp8/encoder/onyx_if.c')
-rw-r--r--vp8/encoder/onyx_if.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/vp8/encoder/onyx_if.c b/vp8/encoder/onyx_if.c
index 256c70386..c3df54481 100644
--- a/vp8/encoder/onyx_if.c
+++ b/vp8/encoder/onyx_if.c
@@ -630,7 +630,6 @@ static void update_reference_segmentation_map(VP8_COMP *cpi) {
for (row = 0; row < sb_rows; row++) {
for (col = 0; col < sb_cols; col++) {
MODE_INFO *miptr = mi + col * 2;
- uint8_t *seg = segmap + col * 2;
uint8_t *cache = segcache + col * 2;
#if CONFIG_SUPERBLOCKS
if (miptr->mbmi.encoded_as_sb) {