[FFmpeg-cvslog] r17358 - trunk/libavcodec/mpegvideo_xvmc.c
diego
subversion
Mon Feb 16 02:33:02 CET 2009
Author: diego
Date: Mon Feb 16 02:33:02 2009
New Revision: 17358
Log:
whitespace cosmetics
Modified:
trunk/libavcodec/mpegvideo_xvmc.c
Modified: trunk/libavcodec/mpegvideo_xvmc.c
==============================================================================
--- trunk/libavcodec/mpegvideo_xvmc.c Mon Feb 16 01:36:56 2009 (r17357)
+++ trunk/libavcodec/mpegvideo_xvmc.c Mon Feb 16 02:33:02 2009 (r17358)
@@ -70,7 +70,7 @@ void ff_xvmc_pack_pblocks(MpegEncContext
* 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);
More information about the ffmpeg-cvslog
mailing list