Skip to content
Snippets Groups Projects
Commit 0929627a authored by Tristan Matthews's avatar Tristan Matthews
Browse files

avcodec: map VP4 fourcc

parent f528a7d8
No related branches found
No related tags found
No related merge requests found
......@@ -201,6 +201,9 @@ static const struct vlc_avcodec_fourcc video_codecs[] =
/* AV_CODEC_ID_IFF_BYTERUN1 */
{ VLC_CODEC_KGV1, AV_CODEC_ID_KGV1 },
{ VLC_CODEC_YOP, AV_CODEC_ID_YOP },
#if LIBAVCODEC_VERSION_CHECK( 58, 0, 0, 53, 100 )
{ VLC_CODEC_VP4, AV_CODEC_ID_VP4 },
#endif
{ VLC_CODEC_VP8, AV_CODEC_ID_VP8 },
/* AV_CODEC_ID_PICTOR */
/* AV_CODEC_ID_ANSI */
......
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