[FFmpeg-cvslog] avformat/riff: add VP4 fourcc
Peter Ross
git at videolan.org
Wed Jun 12 13:08:23 EEST 2019
ffmpeg | branch: master | Peter Ross <pross at xvid.org> | Sat Jan 12 10:30:02 2019 +1100| [8913af7d94d48559865739d3b068222434fbd319] | committer: Peter Ross
avformat/riff: add VP4 fourcc
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8913af7d94d48559865739d3b068222434fbd319
---
libavformat/riff.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavformat/riff.c b/libavformat/riff.c
index 0f5cd62547..56387916f2 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -307,6 +307,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
{ AV_CODEC_ID_INDEO5, MKTAG('I', 'V', '5', '0') },
{ AV_CODEC_ID_VP3, MKTAG('V', 'P', '3', '1') },
{ AV_CODEC_ID_VP3, MKTAG('V', 'P', '3', '0') },
+ { AV_CODEC_ID_VP4, MKTAG('V', 'P', '4', '0') },
{ AV_CODEC_ID_VP5, MKTAG('V', 'P', '5', '0') },
{ AV_CODEC_ID_VP6, MKTAG('V', 'P', '6', '0') },
{ AV_CODEC_ID_VP6, MKTAG('V', 'P', '6', '1') },
More information about the ffmpeg-cvslog
mailing list