Commit a1fdcdba authored by diego's avatar diego

whitespace cosmetics: Reindent a few lines after the last commit.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17370 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 32a8684c
......@@ -947,11 +947,10 @@ void MPV_frame_end(MpegEncContext *s)
{
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
......
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