On Fri, 11 Sep 2015 05:41:11 +0200 Luca Barbato <[email protected]> wrote:
> On 11/09/15 01:33, Hendrik Leppkes wrote: > > AVPacket.size directly corresponds to AVBuffers, which have an int > > size, so changing that would be anything but trivial. > > And not just that =) AVFrame.linesize is another one that should be changed, including all API in libswscale and libavresample. That one should probably use ptrdiff_t. That'd be a really pretty big change. On the other hand, the next chance will be in 2 years or so. > > And if its changed, please use size_t, as thats the allocation limit > > anyway, and not unconditional 64-bit. > > That is another annoying detail. > > > Not sure I see the need personally, though, but not like I would complain. > > Certain ridiculously huge tiff files are that kind of big. > _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
