Commit cbeb3027 authored by michael's avatar michael

10l (fixes dct coeff noise reduction)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2470 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2a4a6ecd
......@@ -4076,6 +4076,8 @@ void ff_denoise_dct(MpegEncContext *s, DCTELEM *block){
const int intra= s->mb_intra;
int i;
s->dct_count[intra]++;
for(i=0; i<64; i++){
int level= block[i];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment