Mercurial > libavcodec.hg
changeset 8995:231e8535e00e libavcodec
indent
author | michael |
---|---|
date | Sat, 21 Feb 2009 17:17:09 +0000 |
parents | 206d0cfa3163 |
children | e65778184ded |
files | rawdec.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/rawdec.c Sat Feb 21 16:03:23 2009 +0000 +++ b/rawdec.c Sat Feb 21 17:17:09 2009 +0000 @@ -93,8 +93,8 @@ } 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 @@ } if(context->flip) - flip(avctx, picture); + flip(avctx, picture); if (avctx->codec_tag == MKTAG('Y', 'V', '1', '2')) {