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

This commit is contained in:
James Zern 2013-07-16 12:17:04 -07:00 коммит произвёл Gerrit Code Review
Родитель 63e914bde4 ce0324d8dd
Коммит c0562d08f6
2 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

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

Просмотреть файл

@ -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