comparison mpegvideo_xvmc.c @ 8942:9dcb220e968c libavcodec

whitespace cosmetics
author diego
date Mon, 16 Feb 2009 01:33:02 +0000
parents 42a048ecbba3
children 1b00a4a76ade
comparison
equal deleted inserted replaced
8941:42a048ecbba3 8942:9dcb220e968c
68 /** 68 /**
69 * Find and store the surfaces that are used as reference frames. 69 * Find and store the surfaces that are used as reference frames.
70 * This function should be called for every new field and/or frame. 70 * This function should be called for every new field and/or frame.
71 * It should be safe to call the function a few times for the same field. 71 * It should be safe to call the function a few times for the same field.
72 */ 72 */
73 int ff_xvmc_field_start(MpegEncContext*s, AVCodecContext *avctx) 73 int ff_xvmc_field_start(MpegEncContext *s, AVCodecContext *avctx)
74 { 74 {
75 struct xvmc_pix_fmt *last, *next, *render = (struct xvmc_pix_fmt*)s->current_picture.data[2]; 75 struct xvmc_pix_fmt *last, *next, *render = (struct xvmc_pix_fmt*)s->current_picture.data[2];
76 const int mb_block_count = 4 + (1 << s->chroma_format); 76 const int mb_block_count = 4 + (1 << s->chroma_format);
77 77
78 assert(avctx); 78 assert(avctx);