Commit 9d3d3924 authored by Alexandre Perraud's avatar Alexandre Perraud Committed by Jean-Baptiste Kempf

Modify fourcc to accept DXSA subtitles

but VLC still can't decode these subtitles
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 6987c696
...@@ -1537,6 +1537,7 @@ static const staticentry_t p_list_spu[] = { ...@@ -1537,6 +1537,7 @@ static const staticentry_t p_list_spu[] = {
A("XSUB"), A("XSUB"),
A("xsub"), A("xsub"),
A("DXSB"), A("DXSB"),
A("DXSA"),
B(VLC_CODEC_SSA, "SubStation Alpha subtitles"), B(VLC_CODEC_SSA, "SubStation Alpha subtitles"),
A("ssa "), A("ssa "),
......
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