From 7dc311793f65f23cc69b8139a208ea7745235c70 Mon Sep 17 00:00:00 2001
From: Jean-Baptiste Kempf <jb@videolan.org>
Date: Tue, 11 Jun 2013 12:39:00 +0200
Subject: [PATCH] Avcodec: Map G2M4 FourCC

---
 modules/codec/avcodec/fourcc.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/modules/codec/avcodec/fourcc.c b/modules/codec/avcodec/fourcc.c
index 2beda45975bd..f6a891d0633f 100644
--- a/modules/codec/avcodec/fourcc.c
+++ b/modules/codec/avcodec/fourcc.c
@@ -253,6 +253,11 @@ static const struct
     { VLC_CODEC_ICOD, AV_CODEC_ID_AIC, VIDEO_ES },
 #endif
 
+#if LIBAVCODEC_VERSION_CHECK( 55, 8, 0, 15, 100 )
+    { VLC_CODEC_G2M4, AV_CODEC_ID_G2M, VIDEO_ES },
+#endif
+
+
 #if 0
 /*    UNTESTED VideoGames*/
     { VLC_FOURCC('W','C','3','V'), AV_CODEC_ID_XAN_WC3,
-- 
GitLab