[FFmpeg-devel] libavcodec : add psd image file decoder

Moritz Barsnick barsnick at gmx.net
Tue Nov 22 00:16:53 EET 2016


On Mon, Nov 21, 2016 at 21:44:55 +0100, Martin Vignali wrote:
> +        avpriv_request_sample(s->avctx, "ZIP without predictor compression");
> +        return AVERROR_PATCHWELCOME;
> +        break;
> +    case 3:
> +        avpriv_request_sample(s->avctx, "ZIP with predictor compression");
> +        return AVERROR_PATCHWELCOME;
> +        break;

Are these the only two (detectable) unsupported features? I.e. all
other error messages are true errors, not "unsupported"?

Just wondering,
Moritz


More information about the ffmpeg-devel mailing list