Browse Source

Add *.j2k extension to JPEG2000 decoder

Some files with *.j2k extension can be found for example here:

http://www.openjpeg.org/index.php?menu=samples

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.8
ami_stuff Michael Niedermayer 15 years ago
parent
commit
884f678cfd
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavformat/img2.c

+ 1
- 0
libavformat/img2.c View File

@@ -75,6 +75,7 @@ static const IdStrMap img_tags[] = {
{ CODEC_ID_SUNRAST , "im8"},
{ CODEC_ID_SUNRAST , "im24"},
{ CODEC_ID_SUNRAST , "sunras"},
{ CODEC_ID_JPEG2000 , "j2k"},
{ CODEC_ID_JPEG2000 , "jp2"},
{ CODEC_ID_DPX , "dpx"},
{ CODEC_ID_PICTOR , "pic"},


Loading…
Cancel
Save