[Ffmpeg-cvslog] r5626 - trunk/libavcodec/cavs.c
stefang
subversion
Wed Jul 5 19:08:13 CEST 2006
Author: stefang
Date: Wed Jul 5 19:08:13 2006
New Revision: 5626
Modified:
trunk/libavcodec/cavs.c
Log:
missed removing this line in my last commit
Modified: trunk/libavcodec/cavs.c
==============================================================================
--- trunk/libavcodec/cavs.c (original)
+++ trunk/libavcodec/cavs.c Wed Jul 5 19:08:13 2006
@@ -1302,7 +1302,6 @@
mb_type = get_ue_golomb(&s->gb) + B_DIRECT;
} else
mb_type = get_ue_golomb(&s->gb) + B_SKIP;
- init_mb(h);
if(mb_type > B_8X8) {
h->cbp = cbp_tab[mb_type - B_8X8 - 1][0];
decode_mb_i(h);
More information about the ffmpeg-cvslog
mailing list