[FFmpeg-cvslog] img2dec: add im32 extension, sunrast with 32bit depth
Paul B Mahol
git at videolan.org
Sun Feb 19 04:01:03 CET 2012
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Sun Feb 19 00:26:57 2012 +0000| [b6a08665d61d7fecc0532d3d9dac5901b3e7dbd8] | committer: Michael Niedermayer
img2dec: add im32 extension, sunrast with 32bit depth
Signed-off-by: Paul B Mahol <onemda at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b6a08665d61d7fecc0532d3d9dac5901b3e7dbd8
---
libavformat/img2.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/libavformat/img2.c b/libavformat/img2.c
index 2309a89..5776c0d 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"},
More information about the ffmpeg-cvslog
mailing list