Merge "VP[89]_COMMON: remove unused near_boffset"

This commit is contained in:
James Zern 2013-07-16 12:17:04 -07:00 committed by Gerrit Code Review
commit c0562d08f6
2 changed files with 0 additions and 2 deletions

View File

@ -156,7 +156,6 @@ typedef struct VP8Common
unsigned int current_video_frame;
int near_boffset[3];
int version;
TOKEN_PARTITION multi_token_partition;

View File

@ -245,7 +245,6 @@ typedef struct VP9Common {
unsigned int frame_context_idx; /* Context to use/update */
unsigned int current_video_frame;
int near_boffset[3];
int version;
#if CONFIG_POSTPROC