# HG changeset patch # User michael # Date 1264366369 0 # Node ID b2e1b3baef0ab220f498f8e4b36c84c3894a72b9 # Parent 9bd48e510bef96bb2011b7bc5f3d65d19d6f80c2 Remove cruft. diff -r 9bd48e510bef -r b2e1b3baef0a h264_cavlc.c --- a/h264_cavlc.c Sun Jan 24 19:19:09 2010 +0000 +++ b/h264_cavlc.c Sun Jan 24 20:52:49 2010 +0000 @@ -918,8 +918,6 @@ GetBitContext *gb= IS_INTRA(mb_type) ? h->intra_gb_ptr : h->inter_gb_ptr; const uint8_t *scan, *scan8x8, *dc_scan; -// fill_non_zero_count_cache(h); - if(IS_INTERLACED(mb_type)){ scan8x8= s->qscale ? h->field_scan8x8_cavlc : h->field_scan8x8_cavlc_q0; scan= s->qscale ? h->field_scan : h->field_scan_q0;