Commit b6a08665 authored by Paul B Mahol's avatar Paul B Mahol Committed by Michael Niedermayer

img2dec: add im32 extension, sunrast with 32bit depth

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 624c413d
...@@ -86,6 +86,7 @@ static const IdStrMap img_tags[] = { ...@@ -86,6 +86,7 @@ static const IdStrMap img_tags[] = {
{ CODEC_ID_SUNRAST , "im1"}, { CODEC_ID_SUNRAST , "im1"},
{ CODEC_ID_SUNRAST , "im8"}, { CODEC_ID_SUNRAST , "im8"},
{ CODEC_ID_SUNRAST , "im24"}, { CODEC_ID_SUNRAST , "im24"},
{ CODEC_ID_SUNRAST , "im32"},
{ CODEC_ID_SUNRAST , "sunras"}, { CODEC_ID_SUNRAST , "sunras"},
{ CODEC_ID_JPEG2000 , "j2c"}, { CODEC_ID_JPEG2000 , "j2c"},
{ CODEC_ID_JPEG2000 , "j2k"}, { CODEC_ID_JPEG2000 , "j2k"},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment