diff options
author | Ivo van Poorten <ivop@euronet.nl> | 2007-12-28 13:07:43 +0000 |
---|---|---|
committer | Ivo van Poorten <ivop@euronet.nl> | 2007-12-28 13:07:43 +0000 |
commit | d43df959d7cbfd37ed00666b9fea25edb700fbc6 (patch) | |
tree | 28a6644811b573729bdb7886778fd3046bdb50be /libavformat/img2.c | |
parent | 7ecc634e8a1af0e44a0593aa2a5da6b034cecd8d (diff) | |
download | ffmpeg-d43df959d7cbfd37ed00666b9fea25edb700fbc6.tar.gz |
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.c | 7 |
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} }; |