[vlc-commits] Add fourcc for MSA1
Jean-Baptiste Kempf
git at videolan.org
Tue Jul 3 19:32:51 CEST 2012
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Jul 3 19:32:32 2012 +0200| [5107c71957dd7988bae2d344d1a07235107f904d] | committer: Jean-Baptiste Kempf
Add fourcc for MSA1
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5107c71957dd7988bae2d344d1a07235107f904d
---
include/vlc_fourcc.h | 1 +
src/misc/fourcc.c | 3 +++
2 files changed, 4 insertions(+)
diff --git a/include/vlc_fourcc.h b/include/vlc_fourcc.h
index 25ecc0a..fa08ce5 100644
--- a/include/vlc_fourcc.h
+++ b/include/vlc_fourcc.h
@@ -128,6 +128,7 @@
#define VLC_CODEC_DXTORY VLC_FOURCC('x','t','o','r')
#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')
/* 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 8592654..43a9b58 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -931,6 +931,9 @@ static const entry_t p_list_video[] = {
A("MSS2"),
A("mss2"),
+ B(VLC_CODEC_MSA1, "Microsoft Application Screen Decoder 1"),
+ A("MSA1"),
+
B(0, "")
};
static const entry_t p_list_audio[] = {
More information about the vlc-commits
mailing list