[FFmpeg-cvslog] r17370 - trunk/libavcodec/mpegvideo.c
diego
subversion
Mon Feb 16 12:50:06 CET 2009
Author: diego
Date: Mon Feb 16 12:50:06 2009
New Revision: 17370
Log:
whitespace cosmetics: Reindent a few lines after the last commit.
Modified:
trunk/libavcodec/mpegvideo.c
Modified: trunk/libavcodec/mpegvideo.c
==============================================================================
--- trunk/libavcodec/mpegvideo.c Mon Feb 16 12:49:08 2009 (r17369)
+++ trunk/libavcodec/mpegvideo.c Mon Feb 16 12:50:06 2009 (r17370)
@@ -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
More information about the ffmpeg-cvslog
mailing list