From: Jim Bankoski Date: Sun, 6 Oct 2013 00:30:34 +0000 (-0700) Subject: remaining cpplint issue in vp9_decode_frame X-Git-Tag: v1.3.0~288 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=44228663f19f5815b7e10ac9d0e601128ddc0c39;p=libvpx remaining cpplint issue in vp9_decode_frame Change-Id: Ia3030882c5276dc1f8e6b6c82b9eb301f00b6bbc --- diff --git a/vp9/decoder/vp9_decodframe.c b/vp9/decoder/vp9_decodframe.c index 8b23c731e..119c94793 100644 --- a/vp9/decoder/vp9_decodframe.c +++ b/vp9/decoder/vp9_decodframe.c @@ -253,7 +253,7 @@ static void decode_modes_b(VP9D_COMP *pbi, int mi_row, int mi_col, if (!less8x8) { assert(mbmi->sb_type == bsize); if (eobtotal == 0) - mbmi->skip_coeff = 1; // skip loopfilter + mbmi->skip_coeff = 1; // skip loopfilter } set_ref(pbi, 0, mi_row, mi_col);