[vlc-commits] Added VLC_CODEC_EBU_STL.

Laurent Aimar git at videolan.org
Sun Jun 5 16:26:07 CEST 2011


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Fri Aug 27 21:04:38 2010 +0200| [c20bd366c5d4577631411aa999fd779a38907083] | committer: Laurent Aimar

Added VLC_CODEC_EBU_STL.

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

 include/vlc_fourcc.h |    2 ++
 src/misc/fourcc.c    |    3 +++
 2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/include/vlc_fourcc.h b/include/vlc_fourcc.h
index d6d50a1..c4631fc 100644
--- a/include/vlc_fourcc.h
+++ b/include/vlc_fourcc.h
@@ -309,6 +309,8 @@
 #define VLC_CODEC_CVD       VLC_FOURCC('c','v','d',' ')
 /* Blu-ray Presentation Graphics */
 #define VLC_CODEC_BD_PG     VLC_FOURCC('b','d','p','g')
+/* EBU STL (TECH. 3264-E) */
+#define VLC_CODEC_EBU_STL   VLC_FOURCC('S','T','L',' ')
 
 
 /* Special endian dependant values
diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c
index 392621d..9048722 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -1196,6 +1196,9 @@ static const entry_t p_list_spu[] = {
     B(VLC_CODEC_BD_PG, "BD subtitles"),
         A("bdpg"),
 
+    B(VLC_CODEC_EBU_STL, "EBU STL subtitles"),
+        A("STL "),
+
     B(0, "")
 };
 



More information about the vlc-commits mailing list