cpplint issue extra line in decodemv.c

Change-Id: I29b5bbb9bed7296d0bf7d58ae1e78187ccdc5b34
This commit is contained in:
Jim Bankoski
2013-09-29 11:39:26 -07:00
committed by Gerrit Code Review
parent 33c7ed4478
commit cf688474ea

View File

@@ -176,7 +176,6 @@ static void read_intra_frame_mode_info(VP9D_COMP *pbi, MODE_INFO *m,
static int read_mv_component(vp9_reader *r, static int read_mv_component(vp9_reader *r,
const nmv_component *mvcomp, int usehp) { const nmv_component *mvcomp, int usehp) {
int mag, d, fr, hp; int mag, d, fr, hp;
const int sign = vp9_read(r, mvcomp->sign); const int sign = vp9_read(r, mvcomp->sign);
const int mv_class = treed_read(r, vp9_mv_class_tree, mvcomp->classes); const int mv_class = treed_read(r, vp9_mv_class_tree, mvcomp->classes);