Browse Source

img2dec: add im32 extension, sunrast with 32bit depth

Signed-off-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.11
Paul B Mahol Michael Niedermayer 14 years ago
parent
commit
b6a08665d6
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavformat/img2.c

+ 1
- 0
libavformat/img2.c View File

@@ -86,6 +86,7 @@ static const IdStrMap img_tags[] = {
{ CODEC_ID_SUNRAST , "im1"},
{ CODEC_ID_SUNRAST , "im8"},
{ CODEC_ID_SUNRAST , "im24"},
{ CODEC_ID_SUNRAST , "im32"},
{ CODEC_ID_SUNRAST , "sunras"},
{ CODEC_ID_JPEG2000 , "j2c"},
{ CODEC_ID_JPEG2000 , "j2k"},


Loading…
Cancel
Save