Skip to content
Snippets Groups Projects
Commit 2f8b63e4 authored by Paul B Mahol's avatar Paul B Mahol Committed by Thomas Guillem
Browse files

fourcc: add AGM


Signed-off-by: default avatarThomas Guillem <thomas@gllm.fr>
parent 6fc1fc93
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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[] = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment