[vlc-devel] [PATCH] Modify fourcc to accept DXSA subtitles
    Alexandre Perraud 
    4leyx4ndre at gmail.com
       
    Thu Jan  8 18:34:22 CET 2015
    
    
  
but VLC still can't decode these subtitles
---
 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 "),
-- 
2.1.0
    
    
More information about the vlc-devel
mailing list