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

Ronald S. Bultje rsbultje at gmail.com
Mon Nov 21 23:47:41 EET 2016


Hi,

On Mon, Nov 21, 2016 at 4:40 PM, Rostislav Pehlivanov <atomnuker at gmail.com>
wrote:

> On 21 November 2016 at 20:44, Martin Vignali <martin.vignali at gmail.com>
> wrote:
>
> > Hello,
> >
> > New patchs in attach.
> > Correction have been made followings comments from Andreas and Carl.
> >
> > @Rotislav : thanks for your answer.
> >
> > Martin
> >
> > _______________________________________________
> > ffmpeg-devel mailing list
> > ffmpeg-devel at ffmpeg.org
> > http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
> >
> >
> I don't think you need the checks, it was pointed out that
> ff_set_dimensions already does that.
> Also IIRC lavc doesn't support widths or heights over 16384 anyway.
>
> >unsigned int pixel_size
> Please use uint32_t instead of unsigned ints throughout the patches.. I'm
> paranoid about unspecified sizes.


I don't think we typically encourage that, except for things that are
arrays...

Ronald


More information about the ffmpeg-devel mailing list