summaryrefslogtreecommitdiffstats
path: root/libavcodec/intrax8dsp.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2007-11-09 21:43:03 +0000
committerMichael Niedermayer <michaelni@gmx.at>2007-11-09 21:43:03 +0000
commitde12b9be6ccfbfc1d0809ece0e9da488251f769f (patch)
tree2632d219c396821e91b8c6da5bc01cb95d318c96 /libavcodec/intrax8dsp.c
parent2916025765ee582da6fc7432ef02e1aaf64f4be6 (diff)
downloadffmpeg-streaming-de12b9be6ccfbfc1d0809ece0e9da488251f769f.zip
ffmpeg-streaming-de12b9be6ccfbfc1d0809ece0e9da488251f769f.tar.gz
cosmetic
Originally committed as revision 10973 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/intrax8dsp.c')
-rw-r--r--libavcodec/intrax8dsp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libavcodec/intrax8dsp.c b/libavcodec/intrax8dsp.c
index 05e75e2..669923d 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
OpenPOWER on IntegriCloud