Commit 1e5adf55 authored by michael's avatar michael

indent


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17481 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 596bbf0f
......@@ -93,8 +93,8 @@ static av_cold int raw_init_decoder(AVCodecContext *avctx)
}
static void flip(AVCodecContext *avctx, AVPicture * picture){
picture->data[0] += picture->linesize[0] * (avctx->height-1);
picture->linesize[0] *= -1;
picture->data[0] += picture->linesize[0] * (avctx->height-1);
picture->linesize[0] *= -1;
}
static int raw_decode(AVCodecContext *avctx,
......@@ -134,7 +134,7 @@ static int raw_decode(AVCodecContext *avctx,
}
if(context->flip)
flip(avctx, picture);
flip(avctx, picture);
if (avctx->codec_tag == MKTAG('Y', 'V', '1', '2'))
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment