Commit 6545996f authored by Diego Biurrun's avatar Diego Biurrun

whitespace cosmetics

Originally committed as revision 17358 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 72a8a69d
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment