mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-12 18:10:13 +01:00
On2 VP7 decoder
Further performance improvements and security fixes by Vittorio Giovara, Luca Barbato and Diego Biurrun. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org> Signed-off-by: Diego Biurrun <diego@biurrun.de>
This commit is contained in:
committed by
Vittorio Giovara
parent
ce58ead40d
commit
ac4b32df71
@@ -251,6 +251,8 @@ const AVCodecTag ff_codec_bmp_tags[] = {
|
||||
{ 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_VP7, MKTAG('V', 'P', '7', '0') },
|
||||
{ AV_CODEC_ID_VP7, MKTAG('V', 'P', '7', '1') },
|
||||
{ AV_CODEC_ID_VP8, MKTAG('V', 'P', '8', '0') },
|
||||
{ AV_CODEC_ID_VP9, MKTAG('V', 'P', '9', '0') },
|
||||
{ AV_CODEC_ID_ASV1, MKTAG('A', 'S', 'V', '1') },
|
||||
|
||||
Reference in New Issue
Block a user