Commit 1867ce0e authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Rawvideo: support RGBA

Close #6209
parent f36c50b0
......@@ -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:
......
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