summaryrefslogtreecommitdiff
path: root/vp8/encoder/onyx_if.c
diff options
context:
space:
mode:
authorJohn Koleszar <jkoleszar@google.com>2011-05-19 14:42:24 -0400
committerJohn Koleszar <jkoleszar@google.com>2011-05-19 15:49:09 -0400
commit048497720c499c802d4e69b2ef9ba0859ca36587 (patch)
tree1d70e717aebfe73031eed0ceb77f6496efe1d8c3 /vp8/encoder/onyx_if.c
parentc684d5e5f2c7c38b867b0c177c82af26335dcb3f (diff)
downloadlibvpx-048497720c499c802d4e69b2ef9ba0859ca36587.tar
libvpx-048497720c499c802d4e69b2ef9ba0859ca36587.tar.gz
libvpx-048497720c499c802d4e69b2ef9ba0859ca36587.tar.bz2
libvpx-048497720c499c802d4e69b2ef9ba0859ca36587.zip
Remove unused members of VP8_COMP
Various members that were either completely unreferenced or written and not read. Change-Id: Ie41ebac0ff0364a76f287586e4fe09a68907806e
Diffstat (limited to 'vp8/encoder/onyx_if.c')
-rw-r--r--vp8/encoder/onyx_if.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/vp8/encoder/onyx_if.c b/vp8/encoder/onyx_if.c
index 20d5539c7..4533627ce 100644
--- a/vp8/encoder/onyx_if.c
+++ b/vp8/encoder/onyx_if.c
@@ -2093,8 +2093,6 @@ VP8_PTR vp8_create_compressor(VP8_CONFIG *oxcf)
cpi->diamond_search_sad = SEARCH_INVOKE(&cpi->rtcd.search, diamond_search);
cpi->refining_search_sad = SEARCH_INVOKE(&cpi->rtcd.search, refining_search);
- cpi->ready_for_new_frame = 1;
-
// make sure frame 1 is okay
cpi->error_bins[0] = cpi->common.MBs;
@@ -4818,8 +4816,6 @@ int vp8_get_compressed_data(VP8_PTR ptr, unsigned int *frame_flags, unsigned lon
}
- cpi->ready_for_new_frame = 1;
-
vpx_usec_timer_mark(&cmptimer);
cpi->time_compress_data += vpx_usec_timer_elapsed(&cmptimer);