[vlc-commits] Add TTML fourcc

Hugo Beauzée-Luyssen git at videolan.org
Mon Mar 16 13:40:06 CET 2015


vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Mon Mar 16 13:29:00 2015 +0100| [5a6568cfbb8d7336ec1efebcee3cdef9a789e4ec] | committer: Hugo Beauzée-Luyssen

Add TTML fourcc

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

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

diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c
index cd7f38f..014f84b 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -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, "")
 };
 



More information about the vlc-commits mailing list