[Mplayer-cvslog] CVS: main/libmpcodecs vd_ffmpeg.c,1.3,1.4

Arpi arpi at thot.banki.hu
Tue Mar 19 23:16:15 CET 2002


Hi,

> +    if ((ctx->width != sh->disp_w) ||
> +	(ctx->height != sh->disp_h))
> +    {
> +	if (mpcodecs_config_vo(sh,sh->disp_w,sh->disp_h,IMGFMT_YV12))
> +	    return NULL;
> +    }	
> +    

you should call mpcodecs_config_vo() with the new width/height values!


A'rpi / Astral & ESP-team

--
Developer of MPlayer, the Movie Player for Linux - http://www.MPlayerHQ.hu



More information about the MPlayer-cvslog mailing list