ref: ce0324d8dd910d7cc4fa64aa4ec5c0c62dc07826
parent: cdea4a7c6646b572274f84cf0791012966edca89
author: James Zern <jzern@google.com>
date: Fri Jul 12 14:08:49 EDT 2013
VP[89]_COMMON: remove unused near_boffset Change-Id: If9b9ca703b997312df85241a0758d414cfdc5228
--- a/vp8/common/onyxc_int.h
+++ b/vp8/common/onyxc_int.h
@@ -157,7 +157,6 @@
unsigned int current_video_frame;
- int near_boffset[3];
int version;
TOKEN_PARTITION multi_token_partition;
--- a/vp9/common/vp9_onyxc_int.h
+++ b/vp9/common/vp9_onyxc_int.h
@@ -252,7 +252,6 @@
unsigned int frame_context_idx; /* Context to use/update */
unsigned int current_video_frame;
- int near_boffset[3];
int version;
double bitrate;
--
⑨