[vlc-devel] [PATCH] Don't force scale module to do scaling and chroma conversion if we have libswscale

Jean-Paul Saman jpsaman at videolan.org
Thu Apr 17 10:51:21 CEST 2008


Jérôme Decoodt wrote:
> From: Jérôme Decoodt <djc+git at videolan.org>
> 

NAK.

Dionoea and I decided to split scale and croppadd functionality in two 
modules. There are still some troubles with the combination, that 
dionoea and me will solve (eventually;-)).

Gtz
Jean-Paul Saman.

> ---
>  modules/stream_out/transcode.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/modules/stream_out/transcode.c b/modules/stream_out/transcode.c
> index ebecc19..4e01af1 100644
> --- a/modules/stream_out/transcode.c
> +++ b/modules/stream_out/transcode.c
> @@ -2272,7 +2272,7 @@ static int transcode_video_process( sout_stream_t *p_stream,
>                  id->pp_filter[id->i_filter] =
>                      transcode_video_filter_new( p_stream,
>                              &id->p_decoder->fmt_out, &id->p_encoder->fmt_in,
> -                            NULL, "scale" );
> +                            NULL, NULL );
>                  if( !id->pp_filter[id->i_filter] )
>                  {
>                      p_pic->pf_release( p_pic );



More information about the vlc-devel mailing list