]> git.sesse.net Git - vlc/commitdiff
Add TTML fourcc
authorHugo Beauzée-Luyssen <hugo@beauzee.fr>
Mon, 16 Mar 2015 12:29:00 +0000 (13:29 +0100)
committerHugo Beauzée-Luyssen <hugo@beauzee.fr>
Mon, 16 Mar 2015 12:39:11 +0000 (13:39 +0100)
src/misc/fourcc.c

index cd7f38ffc20b2f90a5e5bb0572b5c4a81c6cf6d0..014f84ba95d841d9f5422fc5880cd4cfb407bc55 100644 (file)
@@ -1594,6 +1594,9 @@ static const staticentry_t p_list_spu[] = {
         A("cc3 "),
         A("cc4 "),
 
+    B(VLC_CODEC_TTML, "TTML subtitles"),
+        A("ttml"),
+
     B(0, "")
 };