Commit 2cc38d3f authored by Laurent Aimar's avatar Laurent Aimar

Fixed typo making swscaler useless for outputing RGBA.

parent ff6b945f
...@@ -296,7 +296,7 @@ static int GetParameters( ScalerConfiguration *p_cfg, ...@@ -296,7 +296,7 @@ static int GetParameters( ScalerConfiguration *p_cfg,
} }
else if( p_fmto->i_chroma == VLC_FOURCC( 'R', 'G', 'B', 'A' ) ) 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; b_has_ao = true;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment