[FFmpeg-devel] [PATCH] lavf/img2: add support to IFF images sequences
Paul B Mahol
onemda at gmail.com
Wed Oct 24 15:03:21 CEST 2012
On 10/24/12, Stefano Sabatini <stefasab at gmail.com> wrote:
> 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
>
First these two codecs should be merged into one;
second image demuxer should not use extensions to
detect files.
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
More information about the ffmpeg-devel
mailing list