Commit 6434f937 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Add fourcc for TSC2

parent f0226d63
......@@ -129,6 +129,7 @@
#define VLC_CODEC_MSS1 VLC_FOURCC('M','S','S','1')
#define VLC_CODEC_MSS2 VLC_FOURCC('M','S','S','2')
#define VLC_CODEC_MSA1 VLC_FOURCC('M','S','A','1')
#define VLC_CODEC_TSC2 VLC_FOURCC('T','S','C','2')
/* Planar YUV 4:1:0 Y:V:U */
#define VLC_CODEC_YV9 VLC_FOURCC('Y','V','U','9')
......
......@@ -917,7 +917,7 @@ static const entry_t p_list_video[] = {
A("ULY0"),
A("ULY2"),
B(VLC_CODEC_VBLE, "VBLE Lossless Codec"),
B(VLC_CODEC_VBLE, "VBLE Lossless"),
A("VBLE"),
B(VLC_CODEC_DXTORY, "Dxtory capture format"),
......@@ -934,6 +934,9 @@ static const entry_t p_list_video[] = {
B(VLC_CODEC_MSA1, "Microsoft Application Screen Decoder 1"),
A("MSA1"),
B(VLC_CODEC_TSC2, "TechSmith Screen Codec 2"),
A("MSA1"),
B(0, "")
};
static const entry_t p_list_audio[] = {
......
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