diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2013-04-16 22:42:26 +0530 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2013-09-18 14:10:05 -0400 |
commit | c4bfa098072ba338d83555d6e2199f7e1e64ffff (patch) | |
tree | ea94623c757978836d8d1ded2ef7b1599f20b5f9 /libavformat/img2.c | |
parent | 9ae53c5860e17d087642d27b00dade071970a2e7 (diff) | |
download | ffmpeg-c4bfa098072ba338d83555d6e2199f7e1e64ffff.tar.gz |
Add a WebP decoder
Container and lossy decoding by Aneesh Dogra <aneesh@sugarlabs.org>
Lossless decoding by Justin Ruggles <justin.ruggles@gmail.com>
Diffstat (limited to 'libavformat/img2.c')
-rw-r--r-- | libavformat/img2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/img2.c b/libavformat/img2.c index 23176d2c8c..3b49a32391 100644 --- a/libavformat/img2.c +++ b/libavformat/img2.c @@ -65,6 +65,7 @@ static const IdStrMap img_tags[] = { { AV_CODEC_ID_JPEG2000, "j2k" }, { AV_CODEC_ID_DPX, "dpx" }, { AV_CODEC_ID_PICTOR, "pic" }, + { AV_CODEC_ID_WEBP, "webp" }, { AV_CODEC_ID_XBM, "xbm" }, { AV_CODEC_ID_XWD, "xwd" }, { AV_CODEC_ID_NONE, NULL } |