Mercurial > libavcodec.hg
changeset 5889:7eb994e6c047 libavcodec
cosmetic
author | michael |
---|---|
date | Fri, 09 Nov 2007 21:43:03 +0000 |
parents | 55a1e9f82bb7 |
children | a070b05fdbd2 |
files | intrax8dsp.c |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/intrax8dsp.c Fri Nov 09 21:40:36 2007 +0000 +++ b/intrax8dsp.c Fri Nov 09 21:43:03 2007 +0000 @@ -126,8 +126,7 @@ } 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