whitespace cosmetics
authorDiego Biurrun <diego@biurrun.de>
Mon, 16 Feb 2009 01:33:02 +0000 (01:33 +0000)
committerDiego Biurrun <diego@biurrun.de>
Mon, 16 Feb 2009 01:33:02 +0000 (01:33 +0000)
Originally committed as revision 17358 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/mpegvideo_xvmc.c

index 51dcb8c..7815740 100644 (file)
@@ -70,7 +70,7 @@ void ff_xvmc_pack_pblocks(MpegEncContext *s, int cbp)
  * 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);