cpplint issue in blockd.h

Change-Id: Ia41e1966431652b839134a1c27feccb25c762539
This commit is contained in:
Jim Bankoski 2013-09-29 19:00:40 -07:00
parent 716d37f8bf
commit 2b5bf7b8d8

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) {