vlc | branch: master | Paul B Mahol <[email protected]> | Thu Apr 11 17:18:44 2019 +0200| [2f8b63e414bf5d2af3fd95c9d046713baf74f082] | committer: Thomas Guillem
fourcc: add AGM Signed-off-by: Thomas Guillem <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2f8b63e414bf5d2af3fd95c9d046713baf74f082 --- 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[] = { _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
