Commit 7dc31179 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Avcodec: Map G2M4 FourCC

parent 92faa959
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment