diff options
author | Paul B Mahol <onemda@gmail.com> | 2018-08-16 13:25:51 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2018-08-24 21:07:01 +0200 |
commit | aba720dce236cc1f9d7454011ef810532ae8b0b0 (patch) | |
tree | 31a3e8958c83bf7bdca15fb9cdd65af58e414d13 /libavformat | |
parent | 1931761f18cda3756a27087c366270c38160c754 (diff) | |
download | ffmpeg-aba720dce236cc1f9d7454011ef810532ae8b0b0.tar.gz |
avcodec: add Brooktree ProSumer Video decoder
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/riff.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c index 3e14644c46..cf27d0dfd5 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -471,6 +471,7 @@ const AVCodecTag ff_codec_bmp_tags[] = { { AV_CODEC_ID_MSCC, MKTAG('M', 'S', 'C', 'C') }, { AV_CODEC_ID_SRGC, MKTAG('S', 'R', 'G', 'C') }, { AV_CODEC_ID_IMM4, MKTAG('I', 'M', 'M', '4') }, + { AV_CODEC_ID_PROSUMER, MKTAG('B', 'T', '2', '0') }, { AV_CODEC_ID_NONE, 0 } }; |