mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Remove cruft.
Originally committed as revision 21434 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
d9ef0d2e14
commit
81afcf1fae
@ -918,8 +918,6 @@ decode_intra_mb:
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user