Commit 6d383e69 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Map G2M3 and G2M2

Close #2327
parent 910e2082
...@@ -259,7 +259,10 @@ static const struct ...@@ -259,7 +259,10 @@ static const struct
#if LIBAVCODEC_VERSION_CHECK( 56, 23, 0, 35, 100 ) #if LIBAVCODEC_VERSION_CHECK( 56, 23, 0, 35, 100 )
{ VLC_CODEC_HQ_HQA, AV_CODEC_ID_HQ_HQA, VIDEO_ES }, { VLC_CODEC_HQ_HQA, AV_CODEC_ID_HQ_HQA, VIDEO_ES },
#endif #endif
#if LIBAVCODEC_VERSION_CHECK( 56, 31, 0, 46, 100 )
{ VLC_CODEC_G2M2, AV_CODEC_ID_G2M, VIDEO_ES },
{ VLC_CODEC_G2M3, AV_CODEC_ID_G2M, VIDEO_ES },
#endif
/* ffmpeg only: AV_CODEC_ID_BRENDER_PIX */ /* ffmpeg only: AV_CODEC_ID_BRENDER_PIX */
/* ffmpeg only: AV_CODEC_ID_Y41P */ /* ffmpeg only: AV_CODEC_ID_Y41P */
......
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