Commit c0c4344c authored by michael's avatar michael

cosmetic


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10973 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent b272afc7
...@@ -126,8 +126,7 @@ static void x8_setup_spacial_compensation(uint8_t *src, uint8_t *dst, int linesi ...@@ -126,8 +126,7 @@ static void x8_setup_spacial_compensation(uint8_t *src, uint8_t *dst, int linesi
} }
sum+=avg*9; sum+=avg*9;
}else{ }else{
uint8_t c; uint8_t c=*(src-1-linesize);//the edge pixel,in the top line and left column
c=*(src-1-linesize);//the edge pixel,in the top line and left column
dst[area3]=c; dst[area3]=c;
sum+=c; sum+=c;
//edge pixel is not part of min/max //edge pixel is not part of min/max
......
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