mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-15 03:34:56 +00:00
10l (fixes dct coeff noise reduction)
Originally committed as revision 2470 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
9b87956678
commit
762357e63a
@ -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];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user