diff mpegvideo.c @ 8949:c6aff37981b6 libavcodec

whitespace cosmetics: Reindent a few lines after the last commit.
author diego
date Mon, 16 Feb 2009 11:50:06 +0000
parents 886ef38c7b36
children a24c04956930
line wrap: on
line diff
--- 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