[FFmpeg-cvslog] r17290 - trunk/libavcodec/mpeg12.c

Diego Biurrun diego
Sat Feb 14 23:47:49 CET 2009


On Sat, Feb 14, 2009 at 11:46:20PM +0100, iive wrote:
> 
> --- trunk/libavcodec/mpeg12.c	Sat Feb 14 23:22:55 2009	(r17289)
> +++ trunk/libavcodec/mpeg12.c	Sat Feb 14 23:46:20 2009	(r17290)
> @@ -1648,7 +1648,8 @@ static int mpeg_field_start(MpegEncConte
>      if(s->avctx->xvmc_acceleration)
> -         ff_xvmc_field_start(s,avctx);
> +        if( ff_xvmc_field_start(s,avctx) < 0)
             ^^^

stray extra space

Diego




More information about the ffmpeg-cvslog mailing list