summaryrefslogtreecommitdiff
path: root/vp8/encoder/onyx_if.c
diff options
context:
space:
mode:
authorJohn Koleszar <jkoleszar@google.com>2011-05-20 07:39:03 -0700
committerCode Review <code-review@webmproject.org>2011-05-20 07:39:03 -0700
commita0c11928dbefb30a76d5ec47514b8bc1f1cbbf9f (patch)
tree5653e1e3d258d90bee492383df5ad96a18e6e11e /vp8/encoder/onyx_if.c
parent1f3f18443db5820157448515579c14efd19eea1b (diff)
parent048497720c499c802d4e69b2ef9ba0859ca36587 (diff)
downloadlibvpx-a0c11928dbefb30a76d5ec47514b8bc1f1cbbf9f.tar
libvpx-a0c11928dbefb30a76d5ec47514b8bc1f1cbbf9f.tar.gz
libvpx-a0c11928dbefb30a76d5ec47514b8bc1f1cbbf9f.tar.bz2
libvpx-a0c11928dbefb30a76d5ec47514b8bc1f1cbbf9f.zip
Merge "Remove unused members of VP8_COMP"
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 5307624d4..35fa7e268 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);