Skip to content
Snippets Groups Projects
Commit 7dc31179 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf
Browse files

Avcodec: Map G2M4 FourCC

parent 92faa959
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment