# HG changeset patch # User michael # Date 1067866262 0 # Node ID 079239998a385917dd84c9ad7caca35fba8d1165 # Parent 932d306bf1dc8f08c9558ea07a0e80cc3dd4096b 10l (fixes dct coeff noise reduction) diff -r 932d306bf1dc -r 079239998a38 mpegvideo.c --- a/mpegvideo.c Mon Nov 03 13:26:22 2003 +0000 +++ b/mpegvideo.c Mon Nov 03 13:31:02 2003 +0000 @@ -4076,6 +4076,8 @@ const int intra= s->mb_intra; int i; + s->dct_count[intra]++; + for(i=0; i<64; i++){ int level= block[i];