Mercurial > libavcodec.hg
changeset 9426:638187aad3aa libavcodec
fix indentation
author | bcoudurier |
---|---|
date | Mon, 13 Apr 2009 03:35:32 +0000 |
parents | 1ff6eb1d7d14 |
children | 4c1fb7723412 |
files | mpegvideo.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mpegvideo.c Mon Apr 13 03:33:39 2009 +0000 +++ b/mpegvideo.c Mon Apr 13 03:35:32 2009 +0000 @@ -447,7 +447,7 @@ if(s->codec_id == CODEC_ID_MPEG2VIDEO && !s->progressive_sequence) s->mb_height = (s->height + 31) / 32 * 2; else - s->mb_height = (s->height + 15) / 16; + s->mb_height = (s->height + 15) / 16; if(s->avctx->pix_fmt == PIX_FMT_NONE){ av_log(s->avctx, AV_LOG_ERROR, "decoding to PIX_FMT_NONE is not supported.\n");