Mercurial > libavcodec.hg
changeset 10998:b2e1b3baef0a libavcodec
Remove cruft.
| author | michael |
|---|---|
| date | Sun, 24 Jan 2010 20:52:49 +0000 |
| parents | 9bd48e510bef |
| children | 7cfb7bb6e554 |
| files | h264_cavlc.c |
| diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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;
