Cosmetics. Vertical align.

Originally committed as revision 17319 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Ivan Kalvachev 2009-02-15 10:15:02 +00:00
parent d76c5ed574
commit 9e0a8a368e
1 changed files with 2 additions and 2 deletions

View File

@ -96,8 +96,8 @@ int ff_xvmc_field_start(MpegEncContext*s, AVCodecContext *avctx)
render->picture_structure = s->picture_structure;
render->flags = s->first_field ? 0 : XVMC_SECOND_FIELD;
render->p_future_surface = NULL;
render->p_past_surface = NULL;
render->p_future_surface = NULL;
render->p_past_surface = NULL;
switch(s->pict_type) {
case FF_I_TYPE: