Commit d2b19589 authored by Laurent Aimar's avatar Laurent Aimar

Added SCTE-27 codec definition.

parent 9135a883
...@@ -361,6 +361,7 @@ ...@@ -361,6 +361,7 @@
#define VLC_CODEC_BD_PG VLC_FOURCC('b','d','p','g') #define VLC_CODEC_BD_PG VLC_FOURCC('b','d','p','g')
/* EBU STL (TECH. 3264-E) */ /* EBU STL (TECH. 3264-E) */
#define VLC_CODEC_EBU_STL VLC_FOURCC('S','T','L',' ') #define VLC_CODEC_EBU_STL VLC_FOURCC('S','T','L',' ')
#define VLC_CODEC_SCTE_27 VLC_FOURCC('S','C','2','7')
/* Special endian dependant values /* Special endian dependant values
......
...@@ -1391,6 +1391,9 @@ static const staticentry_t p_list_spu[] = { ...@@ -1391,6 +1391,9 @@ static const staticentry_t p_list_spu[] = {
B(VLC_CODEC_EBU_STL, "EBU STL subtitles"), B(VLC_CODEC_EBU_STL, "EBU STL subtitles"),
A("STL "), A("STL "),
B(VLC_CODEC_SCTE_27, "SCTE-27 subtitles"),
A("SC27"),
B(0, "") B(0, "")
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment