[FFmpeg-cvslog] riff: Add a mapping for VP6A

Martin Storsjö git at videolan.org
Sat Oct 12 14:14:44 CEST 2013


ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Wed Aug 14 12:38:56 2013 +0300| [a52b5a5a07b0d432f9bed90b6d56647f8d44fbce] | committer: Martin Storsjö

riff: Add a mapping for VP6A

This allows demuxing VP6A from F4V files.

Signed-off-by: Martin Storsjö <martin at martin.st>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a52b5a5a07b0d432f9bed90b6d56647f8d44fbce
---

 libavformat/riff.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libavformat/riff.c b/libavformat/riff.c
index 8216261..2668d19 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -228,6 +228,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
     { AV_CODEC_ID_VP6,          MKTAG('V', 'P', '6', '0') },
     { AV_CODEC_ID_VP6,          MKTAG('V', 'P', '6', '1') },
     { AV_CODEC_ID_VP6,          MKTAG('V', 'P', '6', '2') },
+    { AV_CODEC_ID_VP6A,         MKTAG('V', 'P', '6', 'A') },
     { AV_CODEC_ID_VP6F,         MKTAG('V', 'P', '6', 'F') },
     { AV_CODEC_ID_VP6F,         MKTAG('F', 'L', 'V', '4') },
     { AV_CODEC_ID_VP8,          MKTAG('V', 'P', '8', '0') },



More information about the ffmpeg-cvslog mailing list