[vlc-devel] [PATCH] transcode: fix a typo about scale

Jean-Paul Saman jpsaman at videolan.org
Fri May 16 21:01:30 CEST 2008


Pierre d'Herbemont wrote:
> could someone (jpsaman?) check that?

Your patch would logically be more correct. However it doesn't matter 
since on line 2045 fmt_in and fmt_out width/heigh of the encoder is set 
to exactly the same value.

      /* Store calculated values */
      id->p_encoder->fmt_out.video.i_width = i_dst_width;
      id->p_encoder->fmt_out.video.i_height = i_dst_height;

      id->p_encoder->fmt_in.video.i_width = i_dst_width;
      id->p_encoder->fmt_in.video.i_height = i_dst_height;

I am testing your patch.

Gtz
Jean-Paul Saman



More information about the vlc-devel mailing list