[vlc-commits] Add fourcc for TSC2
Jean-Baptiste Kempf
git at videolan.org
Wed Jul 11 10:47:00 CEST 2012
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Jul 11 10:30:27 2012 +0200| [6434f9371ce49414ce4f5aa513255aa6a9d422a2] | committer: Jean-Baptiste Kempf
Add fourcc for TSC2
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6434f9371ce49414ce4f5aa513255aa6a9d422a2
---
include/vlc_fourcc.h | 1 +
src/misc/fourcc.c | 5 ++++-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/include/vlc_fourcc.h b/include/vlc_fourcc.h
index fa08ce5..36a4951 100644
--- a/include/vlc_fourcc.h
+++ b/include/vlc_fourcc.h
@@ -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')
diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c
index 3cfeddb..cf5b99e 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -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[] = {
More information about the vlc-commits
mailing list