]> git.sesse.net Git - vlc/commitdiff
Avcodec: Map G2M4 FourCC
authorJean-Baptiste Kempf <jb@videolan.org>
Tue, 11 Jun 2013 10:39:00 +0000 (12:39 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 11 Jun 2013 10:42:30 +0000 (12:42 +0200)
modules/codec/avcodec/fourcc.c

index 2beda45975bd519ac744444e88ecf59d7efa7e5e..f6a891d0633f1b4d2ba769ea9726f87d7cea8442 100644 (file)
@@ -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,