[FFmpeg-cvslog] r21434 - trunk/libavcodec/h264_cavlc.c
michael
subversion
Sun Jan 24 21:52:49 CET 2010
Author: michael
Date: Sun Jan 24 21:52:49 2010
New Revision: 21434
Log:
Remove cruft.
Modified:
trunk/libavcodec/h264_cavlc.c
Modified: trunk/libavcodec/h264_cavlc.c
==============================================================================
--- trunk/libavcodec/h264_cavlc.c Sun Jan 24 20:19:09 2010 (r21433)
+++ trunk/libavcodec/h264_cavlc.c Sun Jan 24 21:52:49 2010 (r21434)
@@ -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;
More information about the ffmpeg-cvslog
mailing list