[vlc-commits] Add TTML FourCC

Jean-Baptiste Kempf git at videolan.org
Mon Mar 9 15:18:46 CET 2015


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Mar  9 15:17:55 2015 +0100| [017f4c6765349ca6e613d5ae06496a1667a5e04f] | committer: Jean-Baptiste Kempf

Add TTML FourCC

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

 include/vlc_fourcc.h |    1 +
 1 file changed, 1 insertion(+)

diff --git a/include/vlc_fourcc.h b/include/vlc_fourcc.h
index fd67797..c6f7154 100644
--- a/include/vlc_fourcc.h
+++ b/include/vlc_fourcc.h
@@ -492,6 +492,7 @@
 #define VLC_CODEC_EIA608_2  VLC_FOURCC('c','c','2',' ')
 #define VLC_CODEC_EIA608_3  VLC_FOURCC('c','c','3',' ')
 #define VLC_CODEC_EIA608_4  VLC_FOURCC('c','c','4',' ')
+#define VLC_CODEC_TTML      VLC_FOURCC('T','T','M','L')
 
 /* XYZ colorspace 12 bits packed in 16 bits, organisation |XXX0|YYY0|ZZZ0| */
 #define VLC_CODEC_XYZ12     VLC_FOURCC('X','Y','1','2')



More information about the vlc-commits mailing list