[vlc-devel] [PATCH 2/3] add AGM fourccs
Paul B Mahol
onemda at gmail.com
Thu Apr 11 17:18:44 CEST 2019
---
include/vlc_fourcc.h | 1 +
src/misc/fourcc_list.h | 10 ++++++++++
2 files changed, 11 insertions(+)
diff --git a/include/vlc_fourcc.h b/include/vlc_fourcc.h
index 62a0a5c315..4995b61b7b 100644
--- a/include/vlc_fourcc.h
+++ b/include/vlc_fourcc.h
@@ -187,6 +187,7 @@
#define VLC_CODEC_PIXLET VLC_FOURCC('p','x','l','t')
#define VLC_CODEC_MAGICYUV VLC_FOURCC('M','8','Y','0')
#define VLC_CODEC_IMM4 VLC_FOURCC('I','M','M','4')
+#define VLC_CODEC_AGM VLC_FOURCC('A','G','M','0')
/***********
* Chromas
diff --git a/src/misc/fourcc_list.h b/src/misc/fourcc_list.h
index a9eb15aa9b..c238c8702e 100644
--- a/src/misc/fourcc_list.h
+++ b/src/misc/fourcc_list.h
@@ -1208,6 +1208,16 @@ static const staticentry_t p_list_video[] = {
B(VLC_CODEC_D3D11_OPAQUE_BGRA, "BGRA D3D11 opaque"),
A("DAGR"),
+
+ B(VLC_CODEC_AGM, "AmuseGraphics Movie"),
+ A("AGM0"),
+ A("AGM1"),
+ A("AGM2"),
+ A("AGM3"),
+ A("AGM4"),
+ A("AGM5"),
+ A("AGM6"),
+ A("AGM7"),
};
static const staticentry_t p_list_audio[] = {
--
2.17.1
More information about the vlc-devel
mailing list