mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 12:09:55 +00:00
cosmetics after last commit
Originally committed as revision 8705 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
201df5a19f
commit
6db140ddb4
@ -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++)
|
||||||
|
Loading…
Reference in New Issue
Block a user