summaryrefslogtreecommitdiff
path: root/libavformat/img2.c
diff options
context:
space:
mode:
authorIvo van Poorten <ivop@euronet.nl>2007-12-28 13:07:43 +0000
committerIvo van Poorten <ivop@euronet.nl>2007-12-28 13:07:43 +0000
commitd43df959d7cbfd37ed00666b9fea25edb700fbc6 (patch)
tree28a6644811b573729bdb7886778fd3046bdb50be /libavformat/img2.c
parent7ecc634e8a1af0e44a0593aa2a5da6b034cecd8d (diff)
Sun Rasterfile decoder
Originally committed as revision 11342 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/img2.c')
-rw-r--r--libavformat/img2.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/libavformat/img2.c b/libavformat/img2.c
index 8ed7837067..0c84c6b022 100644
--- a/libavformat/img2.c
+++ b/libavformat/img2.c
@@ -58,6 +58,13 @@ static const IdStrMap img_tags[] = {
{ CODEC_ID_SGI , "sgi"},
{ CODEC_ID_PTX , "ptx"},
{ CODEC_ID_PCX , "pcx"},
+ { CODEC_ID_SUNRAST , "sun"},
+ { CODEC_ID_SUNRAST , "ras"},
+ { CODEC_ID_SUNRAST , "rs"},
+ { CODEC_ID_SUNRAST , "im1"},
+ { CODEC_ID_SUNRAST , "im8"},
+ { CODEC_ID_SUNRAST , "im24"},
+ { CODEC_ID_SUNRAST , "sunras"},
{0, NULL}
};