Mercurial > libavcodec.hg
changeset 8942:9dcb220e968c libavcodec
whitespace cosmetics
author | diego |
---|---|
date | Mon, 16 Feb 2009 01:33:02 +0000 |
parents | 42a048ecbba3 |
children | c1fd3c6a8533 |
files | mpegvideo_xvmc.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mpegvideo_xvmc.c Mon Feb 16 00:21:16 2009 +0000 +++ b/mpegvideo_xvmc.c Mon Feb 16 01:33:02 2009 +0000 @@ -70,7 +70,7 @@ * This function should be called for every new field and/or frame. * It should be safe to call the function a few times for the same field. */ -int ff_xvmc_field_start(MpegEncContext*s, AVCodecContext *avctx) +int ff_xvmc_field_start(MpegEncContext *s, AVCodecContext *avctx) { struct xvmc_pix_fmt *last, *next, *render = (struct xvmc_pix_fmt*)s->current_picture.data[2]; const int mb_block_count = 4 + (1 << s->chroma_format);