summaryrefslogtreecommitdiff
path: root/libavformat/img2.c
diff options
context:
space:
mode:
authorPeter Ross <pross@xvid.org>2021-09-15 20:15:42 +1000
committerPeter Ross <pross@xvid.org>2021-10-08 20:37:36 +1100
commit4ff884069787161138e604b7aae495d27c457287 (patch)
tree3384759a1bbecf088fd92d6a4b8e7f0109a61bd7 /libavformat/img2.c
parent60a9d3778f87a1e458abf89eaa66edd5ba298935 (diff)
avformat/img2dec: add GEM Raster image demuxer
Signed-off-by: Peter Ross <pross@xvid.org>
Diffstat (limited to 'libavformat/img2.c')
-rw-r--r--libavformat/img2.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavformat/img2.c b/libavformat/img2.c
index 6bdd7efe26..4153102c92 100644
--- a/libavformat/img2.c
+++ b/libavformat/img2.c
@@ -84,6 +84,9 @@ const IdStrMap ff_img_tags[] = {
{ AV_CODEC_ID_XPM, "xpm" },
{ AV_CODEC_ID_XFACE, "xface" },
{ AV_CODEC_ID_XWD, "xwd" },
+ { AV_CODEC_ID_GEM, "img" },
+ { AV_CODEC_ID_GEM, "ximg" },
+ { AV_CODEC_ID_GEM, "timg" },
{ AV_CODEC_ID_NONE, NULL }
};