diff mpegvideo.c @ 1599:079239998a38 libavcodec

10l (fixes dct coeff noise reduction)
author michael
date Mon, 03 Nov 2003 13:31:02 +0000
parents 932d306bf1dc
children a70c07e13e8e
line wrap: on
line diff
--- 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];