# HG changeset patch # User diego # Date 1234785006 0 # Node ID c6aff37981b63b1d0130a9b504e66b387da83b4d # Parent 886ef38c7b36ca33bacd5cbf94d51362768174fa whitespace cosmetics: Reindent a few lines after the last commit. diff -r 886ef38c7b36 -r c6aff37981b6 mpegvideo.c --- a/mpegvideo.c Mon Feb 16 11:49:08 2009 +0000 +++ b/mpegvideo.c Mon Feb 16 11:50:06 2009 +0000 @@ -947,11 +947,10 @@ { int i; /* draw edge for correct motion prediction if outside */ -//just to make sure that all data is rendered. + //just to make sure that all data is rendered. if(CONFIG_MPEG_XVMC_DECODER && s->avctx->xvmc_acceleration){ ff_xvmc_field_end(s); - }else - if(!(s->avctx->codec->capabilities&CODEC_CAP_HWACCEL_VDPAU) + }else if(!(s->avctx->codec->capabilities&CODEC_CAP_HWACCEL_VDPAU) && s->unrestricted_mv && s->current_picture.reference && !s->intra_only