[MPlayer-dev-eng] [PATCH] MEncoder Multiple file 2 pass fix

Oded Shimon ods15 at ods15.dyndns.org
Sun Feb 27 15:42:36 CET 2005


On Saturday 26 February 2005 17:03, Jindrich Makovicka wrote:
> +        if ((vf->fmt.orig_width != width)
> +           || (vf->fmt.orig_height != height)
> +           || (vf->fmt.orig_fmt != outfmt)) {
> +            mp_msg(MSGT_MENCODER,MSGL_FATAL,MSGTR_ResolutionDoesntMatch);

Is "MSGT_MENCODER" really appropriate here?.. Wouldn't MSGT_VFILTER be more 
appropriate?

Besides that, great patch! much better than mine..

- ods15




More information about the MPlayer-dev-eng mailing list