Commit c20bd366 authored by Laurent Aimar's avatar Laurent Aimar

Added VLC_CODEC_EBU_STL.

parent df267980
......@@ -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
......
......@@ -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, "")
};
......
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