Merge "Remove extra line."

This commit is contained in:
hkuang
2014-10-14 11:05:01 -07:00
committed by Gerrit Code Review
2 changed files with 0 additions and 5 deletions

View File

@@ -223,7 +223,6 @@ static int read_mv_component(vp9_reader *r,
fr = vp9_read_tree(r, vp9_mv_fp_tree, class0 ? mvcomp->class0_fp[d]
: mvcomp->fp);
// High precision part (if hp is not used, the default value of the hp is 1)
hp = usehp ? vp9_read(r, class0 ? mvcomp->class0_hp : mvcomp->hp)
: 1;