[vlc-commits] Modify fourcc to accept DXSA subtitles

Alexandre Perraud git at videolan.org
Mon Jan 12 23:29:12 CET 2015


vlc | branch: master | Alexandre Perraud <4leyx4ndre at gmail.com> | Thu Jan  8 16:34:22 2015 +0000| [9d3d3924434486bac24dde48179b717fc7958043] | committer: Jean-Baptiste Kempf

Modify fourcc to accept DXSA subtitles

but VLC still can't decode these subtitles

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9d3d3924434486bac24dde48179b717fc7958043
---

 src/misc/fourcc.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c
index 13e9b40..4f04b14 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -1537,6 +1537,7 @@ static const staticentry_t p_list_spu[] = {
         A("XSUB"),
         A("xsub"),
         A("DXSB"),
+        A("DXSA"),
 
     B(VLC_CODEC_SSA, "SubStation Alpha subtitles"),
         A("ssa "),



More information about the vlc-commits mailing list