[FFmpeg-devel] [PATCH] avformat: Add image3 demuxers with format autodetection

Carl Eugen Hoyos cehoyos at ag.or.at
Wed Jul 2 00:04:35 CEST 2014


Michael Niedermayer <michaelni <at> gmx.at> writes:

> +IMAGEAUTO_DEMUXER(exr,     AV_CODEC_ID_EXR)
> +IMAGEAUTO_DEMUXER(pictor,  AV_CODEC_ID_PICTOR)
> +IMAGEAUTO_DEMUXER(sgi,     AV_CODEC_ID_SGI)
> +IMAGEAUTO_DEMUXER(sunrast, AV_CODEC_ID_SUNRAST)
> +IMAGEAUTO_DEMUXER(tiff,    AV_CODEC_ID_TIFF)

Sorry for not realizing this earlier:
I don't think these can work, how did you test them?

Carl Eugen



More information about the ffmpeg-devel mailing list