diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2010-01-24 20:52:49 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2010-01-24 20:52:49 +0000 |
commit | 81afcf1fae1f04573d65f3f4ecb0e0b3c60fb1c0 (patch) | |
tree | d8b5a3f3e4f39c9f063ceabeb267a7f120fd1d1b /libavcodec/h264_cavlc.c | |
parent | d9ef0d2e143341be0a543e328ccc247ad2905888 (diff) | |
download | ffmpeg-81afcf1fae1f04573d65f3f4ecb0e0b3c60fb1c0.tar.gz |
Remove cruft.
Originally committed as revision 21434 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h264_cavlc.c')
-rw-r--r-- | libavcodec/h264_cavlc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/h264_cavlc.c b/libavcodec/h264_cavlc.c index 2c34d7fe28..0afabfc6e8 100644 --- a/libavcodec/h264_cavlc.c +++ b/libavcodec/h264_cavlc.c @@ -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; |