[vlc-commits] avcodec: map VP4 fourcc

Tristan Matthews git at videolan.org
Fri Jun 28 14:37:36 CEST 2019


vlc | branch: master | Tristan Matthews <tmatth at videolan.org> | Thu Jun 27 23:26:03 2019 -0400| [0929627ac14ca60fda7e415869cf2900323251a6] | committer: Tristan Matthews

avcodec: map VP4 fourcc

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0929627ac14ca60fda7e415869cf2900323251a6
---

 modules/codec/avcodec/fourcc.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/modules/codec/avcodec/fourcc.c b/modules/codec/avcodec/fourcc.c
index c9b8f5e969..4a5dbc9c5f 100644
--- a/modules/codec/avcodec/fourcc.c
+++ b/modules/codec/avcodec/fourcc.c
@@ -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 */



More information about the vlc-commits mailing list