diff options
author | Paul B Mahol <onemda@gmail.com> | 2012-02-19 00:26:57 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-02-19 03:57:54 +0100 |
commit | b6a08665d61d7fecc0532d3d9dac5901b3e7dbd8 (patch) | |
tree | e27d02ffee562c0655afcc0f6237d585430062d6 /libavformat/img2.c | |
parent | 624c413d55060753c4afdc54f059f7ec9dc59c8c (diff) | |
download | ffmpeg-b6a08665d61d7fecc0532d3d9dac5901b3e7dbd8.tar.gz |
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>
Diffstat (limited to 'libavformat/img2.c')
-rw-r--r-- | libavformat/img2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/img2.c b/libavformat/img2.c index 2309a8913f..5776c0d1f5 100644 --- a/libavformat/img2.c +++ b/libavformat/img2.c @@ -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"}, |