[FFmpeg-devel] [PATCH] lavf/img2: add support to IFF images sequences
Stefano Sabatini
stefasab at gmail.com
Wed Oct 24 13:48:34 CEST 2012
Should address trac ticket #661, not tested.
---
libavformat/img2.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/libavformat/img2.c b/libavformat/img2.c
index 3867477..af83e74 100644
--- a/libavformat/img2.c
+++ b/libavformat/img2.c
@@ -29,6 +29,8 @@ typedef struct {
} IdStrMap;
static const IdStrMap img_tags[] = {
+ { AV_CODEC_ID_IFF_ILBM , "iff"},
+ { AV_CODEC_ID_IFF_BYTERUN1, "iff"},
{ AV_CODEC_ID_MJPEG , "jpeg"},
{ AV_CODEC_ID_MJPEG , "jpg"},
{ AV_CODEC_ID_MJPEG , "jps"},
--
1.7.5.4
More information about the ffmpeg-devel
mailing list