]> git.sesse.net Git - vlc/commitdiff
Modify fourcc to accept DXSA subtitles
authorAlexandre Perraud <4leyx4ndre@gmail.com>
Thu, 8 Jan 2015 16:34:22 +0000 (16:34 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 12 Jan 2015 22:26:19 +0000 (23:26 +0100)
but VLC still can't decode these subtitles

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
src/misc/fourcc.c

index 13e9b400c8dc329ba27b21d662e77886b4f2b21d..4f04b145f56d19bface2fd3156f785c98034397c 100644 (file)
@@ -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 "),