Commit 8a9a5ba4 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

vout: allow ARGB for SPU

parent 8186908d
......@@ -1449,11 +1449,13 @@ subpicture_t *spu_Render(spu_t *spu,
static const vlc_fourcc_t chroma_list_default_yuv[] = {
VLC_CODEC_YUVA,
VLC_CODEC_RGBA,
VLC_CODEC_ARGB,
VLC_CODEC_YUVP,
0,
};
static const vlc_fourcc_t chroma_list_default_rgb[] = {
VLC_CODEC_RGBA,
VLC_CODEC_ARGB,
VLC_CODEC_YUVA,
VLC_CODEC_YUVP,
0,
......
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