[vlc-commits] Avcodec: Map G2M4 FourCC

Jean-Baptiste Kempf git at videolan.org
Tue Jun 11 12:42:35 CEST 2013


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Jun 11 12:39:00 2013 +0200| [7dc311793f65f23cc69b8139a208ea7745235c70] | committer: Jean-Baptiste Kempf

Avcodec: Map G2M4 FourCC

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7dc311793f65f23cc69b8139a208ea7745235c70
---

 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 2beda45..f6a891d 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,



More information about the vlc-commits mailing list