# HG changeset patch # User diego # Date 1234747982 0 # Node ID 9dcb220e968cd54614bfcce88c6623fb9eedbceb # Parent 42a048ecbba37297a88cc7b592dfae409f64ba91 whitespace cosmetics diff -r 42a048ecbba3 -r 9dcb220e968c mpegvideo_xvmc.c --- 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);