mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
cosmetic
Originally committed as revision 10973 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
2916025765
commit
de12b9be6c
@ -126,8 +126,7 @@ static void x8_setup_spacial_compensation(uint8_t *src, uint8_t *dst, int linesi
|
||||
}
|
||||
sum+=avg*9;
|
||||
}else{
|
||||
uint8_t c;
|
||||
c=*(src-1-linesize);//the edge pixel,in the top line and left column
|
||||
uint8_t c=*(src-1-linesize);//the edge pixel,in the top line and left column
|
||||
dst[area3]=c;
|
||||
sum+=c;
|
||||
//edge pixel is not part of min/max
|
||||
|
Loading…
Reference in New Issue
Block a user