[vlc-devel] [PATCH 1/3] Added VLC_CODEC_EBU_STL.
Tomer Barletz
barletz at gmail.com
Fri Jun 3 09:24:42 CEST 2011
From: Laurent Aimar <fenrir at videolan.org>
---
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, "")
};
--
1.7.4.1
More information about the vlc-devel
mailing list