From de12b9be6ccfbfc1d0809ece0e9da488251f769f Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 9 Nov 2007 21:43:03 +0000 Subject: cosmetic Originally committed as revision 10973 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/intrax8dsp.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libavcodec/intrax8dsp.c') diff --git a/libavcodec/intrax8dsp.c b/libavcodec/intrax8dsp.c index 05e75e2c2c..669923d9da 100644 --- a/libavcodec/intrax8dsp.c +++ b/libavcodec/intrax8dsp.c @@ -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 -- cgit v1.2.3