mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-29 06:20:29 +00:00
riff: IPJ2 decodes with j2k decoder. samples can be made from mencoder and jp2avi.dll codec.
This commit is contained in:
parent
e99f1a8cc8
commit
b18c27def8
@ -271,6 +271,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
|
||||
{ CODEC_ID_JPEG2000, MKTAG('M', 'J', '2', 'C') },
|
||||
{ CODEC_ID_JPEG2000, MKTAG('L', 'J', '2', 'C') },
|
||||
{ CODEC_ID_JPEG2000, MKTAG('L', 'J', '2', 'K') },
|
||||
{ CODEC_ID_JPEG2000, MKTAG('I', 'P', 'J', '2') },
|
||||
{ CODEC_ID_VMNC, MKTAG('V', 'M', 'n', 'c') },
|
||||
{ CODEC_ID_TARGA, MKTAG('t', 'g', 'a', ' ') },
|
||||
{ CODEC_ID_PNG, MKTAG('M', 'P', 'N', 'G') },
|
||||
|
Loading…
Reference in New Issue
Block a user