[MPlayer-dev-eng] Aspect Ratio Detection
Carl Eugen Hoyos
cehoyos at ag.or.at
Mon Jun 18 12:35:11 CEST 2007
Alexander Roalter wrote:
[...]
(Not commenting on the actual change.)
> - mp_msg(MSGT_VFILTER, MSGL_INFO, MSGTR_MPCODECS_CropArea,
> - vf->priv->x1,vf->priv->x2,
> - vf->priv->y1,vf->priv->y2,
> - w,h,x,y);
> + mp_msg(MSGT_VFILTER, MSGL_INFO, MSGTR_MPCODECS_CropArea,
> + vf->priv->x1,vf->priv->x2,
> + vf->priv->y1,vf->priv->y2, ratio * stretch,
> + w,h,x,y);
>
> +// mp_msg(MSGT_VFILTER, MSGL_INFO, MSGTR_MPCODECS_CropArea,
> +// vf->priv->x1,vf->priv->x2,
> +// vf->priv->y1,vf->priv->y2,
> +// w,h,x,y);
>
> +
Everything except the line containing "ratio * stretch" is considered
cosmetic changes here: These are a reason for rejection, so you will
have to resend with all other cited lines unchanged. (And please keep
the tab in this changed line.)
Carl Eugen
More information about the MPlayer-dev-eng
mailing list