[vlc-commits] Rawvideo: support RGBA
Jean-Baptiste Kempf
git at videolan.org
Mon Aug 20 15:13:20 CEST 2012
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Aug 20 15:13:00 2012 +0200| [1867ce0e9b99b925922c61e2fa8c3cc65b3a5516] | committer: Jean-Baptiste Kempf
Rawvideo: support RGBA
Close #6209
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1867ce0e9b99b925922c61e2fa8c3cc65b3a5516
---
modules/codec/rawvideo.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/codec/rawvideo.c b/modules/codec/rawvideo.c
index 2f0bf67..57caa69 100644
--- a/modules/codec/rawvideo.c
+++ b/modules/codec/rawvideo.c
@@ -120,6 +120,7 @@ static int OpenDecoder( vlc_object_t *p_this )
case VLC_CODEC_RGB15:
case VLC_CODEC_RGB8:
case VLC_CODEC_RGBP:
+ case VLC_CODEC_RGBA:
break;
default:
More information about the vlc-commits
mailing list