cosmetics after last commit

Originally committed as revision 8705 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Ivo van Poorten 2007-04-10 09:16:35 +00:00
parent 201df5a19f
commit 6db140ddb4

View File

@ -218,7 +218,7 @@ static int pnm_decode_frame(AVCodecContext *avctx,
return -1; return -1;
for(i = 0; i < avctx->height; i++) { for(i = 0; i < avctx->height; i++) {
if (!upgrade) if (!upgrade)
memcpy(ptr, s->bytestream, n); memcpy(ptr, s->bytestream, n);
else if (upgrade == 1) { else if (upgrade == 1) {
unsigned int j, f = (255*128 + s->maxval/2) / s->maxval; unsigned int j, f = (255*128 + s->maxval/2) / s->maxval;
for (j=0; j<n; j++) for (j=0; j<n; j++)