Commit 28270414 authored by Jim Bankoski's avatar Jim Bankoski Committed by Gerrit Code Review
Browse files

Merge "cpplint issue in blockd.h"

Showing with 0 additions and 1 deletion
...@@ -244,7 +244,6 @@ typedef struct macroblockd { ...@@ -244,7 +244,6 @@ typedef struct macroblockd {
unsigned char ab_index; // index of 4x4 block inside the 8x8 block unsigned char ab_index; // index of 4x4 block inside the 8x8 block
int q_index; int q_index;
} MACROBLOCKD; } MACROBLOCKD;
static INLINE uint8_t *get_sb_index(MACROBLOCKD *xd, BLOCK_SIZE subsize) { static INLINE uint8_t *get_sb_index(MACROBLOCKD *xd, BLOCK_SIZE subsize) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment