[vlc-devel] commit: Fixed typo making swscaler useless for outputing RGBA. ( Laurent Aimar )

Derk-Jan Hartman hartman at videolan.org
Wed Aug 27 11:54:06 CEST 2008


On 27 aug 2008, at 01:04, git version control wrote:
> vlc | branch: 0.9-bugfix | Laurent Aimar <fenrir at videolan.org> | Wed  
> Aug 27 01:02:45 2008 +0200|  
> [f032492575521bcb00fc37308d45243369b087f9] | committer: Antoine  
> Cellerier
>
> Fixed typo making swscaler useless for outputing RGBA.
> (cherry picked from commit 2cc38d3f802fae19b43540a47282eb065e868565)

which features can be considered broken due to this bug in 0.9.1 ?

DJ

>
>> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f032492575521bcb00fc37308d45243369b087f9
> ---
>
> modules/video_filter/swscale.c |    2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/modules/video_filter/swscale.c b/modules/video_filter/ 
> swscale.c
> index 2dc3ed0..4d400ca 100644
> --- a/modules/video_filter/swscale.c
> +++ b/modules/video_filter/swscale.c
> @@ -296,7 +296,7 @@ static int GetParameters( ScalerConfiguration  
> *p_cfg,
>     }
>     else if( p_fmto->i_chroma == VLC_FOURCC( 'R', 'G', 'B', 'A' ) )
>     {
> -        i_fmti = PIX_FMT_RGBA32;
> +        i_fmto = PIX_FMT_RGBA32;
>         b_has_ao = true;
>     }
>
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> http://mailman.videolan.org/listinfo/vlc-devel
>




More information about the vlc-devel mailing list