git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff6b945
)
Fixed typo making swscaler useless for outputing RGBA.
author
Laurent Aimar
<fenrir@videolan.org>
Tue, 26 Aug 2008 23:02:45 +0000
(
01:02
+0200)
committer
Laurent Aimar
<fenrir@videolan.org>
Tue, 26 Aug 2008 23:02:45 +0000
(
01:02
+0200)
modules/video_filter/swscale.c
patch
|
blob
|
history
diff --git
a/modules/video_filter/swscale.c
b/modules/video_filter/swscale.c
index
2dc3ed0
..
4d400ca
100644
(file)
--- 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_fmt
i
= PIX_FMT_RGBA32;
+ i_fmt
o
= PIX_FMT_RGBA32;
b_has_ao = true;
}