Merge "cpplint issue in blockd.h"

This commit is contained in:
Jim Bankoski 2013-09-30 10:42:45 -07:00 committed by Gerrit Code Review
commit 282704145d

View File

@ -244,7 +244,6 @@ typedef struct macroblockd {
unsigned char ab_index; // index of 4x4 block inside the 8x8 block
int q_index;
} MACROBLOCKD;
static INLINE uint8_t *get_sb_index(MACROBLOCKD *xd, BLOCK_SIZE subsize) {