diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-02-16 01:33:02 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-02-16 01:33:02 +0000 |
commit | 6545996fb96c0a02a1c6969199bbe44bc8048431 (patch) | |
tree | e2acf725426c43b46fa819eac008b6842b70c09f /libavcodec/mpegvideo_xvmc.c | |
parent | 72a8a69da2ca4a614b0ca2e6c86d7a0b6a8c53c3 (diff) | |
download | ffmpeg-6545996fb96c0a02a1c6969199bbe44bc8048431.tar.gz |
whitespace cosmetics
Originally committed as revision 17358 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegvideo_xvmc.c')
-rw-r--r-- | libavcodec/mpegvideo_xvmc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mpegvideo_xvmc.c b/libavcodec/mpegvideo_xvmc.c index 51dcb8cfa7..7815740481 100644 --- a/libavcodec/mpegvideo_xvmc.c +++ b/libavcodec/mpegvideo_xvmc.c @@ -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); |