summaryrefslogtreecommitdiff
path: root/libavformat/img2.c
diff options
context:
space:
mode:
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}
};