vlc | branch: master | Hugo Beauzée-Luyssen <[email protected]> | 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, "")
 };
 

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to