[FFmpeg-cvslog] r10973 - trunk/libavcodec/intrax8dsp.c
michael
subversion
Fri Nov 9 22:43:03 CET 2007
Author: michael
Date: Fri Nov 9 22:43:03 2007
New Revision: 10973
Log:
cosmetic
Modified:
trunk/libavcodec/intrax8dsp.c
Modified: trunk/libavcodec/intrax8dsp.c
==============================================================================
--- trunk/libavcodec/intrax8dsp.c (original)
+++ trunk/libavcodec/intrax8dsp.c Fri Nov 9 22:43:03 2007
@@ -126,8 +126,7 @@ static void x8_setup_spacial_compensatio
}
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
More information about the ffmpeg-cvslog
mailing list