]> granicus.if.org Git - libvpx/commitdiff
Build fix for ext-tx
authorDebargha Mukherjee <debargha@google.com>
Fri, 23 Oct 2015 19:01:41 +0000 (12:01 -0700)
committerJingning Han <jingning@google.com>
Fri, 23 Oct 2015 21:38:50 +0000 (21:38 +0000)
Change-Id: Ifab43f85f6ae1be6b9f95521f79ba49055353b5f

vp10/encoder/encodemb.c

index 5f0bc49d5d6d0165de8681f3a16f00a3008e3523..7a31dc78f537189855569d649a404a68c39a098c 100644 (file)
@@ -1132,7 +1132,7 @@ void vp10_xform_quant_fp(MACROBLOCK *x, int plane, int block,
         break;
       case TX_4X4:
         vp10_highbd_fwd_txfm_4x4(src_diff, coeff, diff_stride, tx_type,
-                                 xd->lossless[mbmi->segment_id]);
+                                 xd->lossless[xd->mi[0]->mbmi.segment_id]);
         vp10_highbd_quantize_fp(coeff, 16, x->skip_block, p->zbin, p->round_fp,
                                 p->quant_fp, p->quant_shift, qcoeff, dqcoeff,
                                 pd->dequant, eob,