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

git version control git at videolan.org
Wed Aug 27 01:04:22 CEST 2008


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)

> 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;
     }
 




More information about the vlc-devel mailing list