Quoting wm4 (2015-10-06 16:06:13)
> On Tue, 06 Oct 2015 16:19:09 +0300
> Rémi Denis-Courmont <[email protected]> wrote:
> 
> > Le 2015-10-06 15:27, wm4 a écrit :
> > > On Tue, 6 Oct 2015 12:39:12 +0200
> > > Vittorio Giovara <[email protected]> wrote:
> > >
> > >> Hi all,
> > >> it's been about two months since the big major bump, and ABI hunt
> > >> season has been quite intense. Is there anything left that people
> > >> would like to address before we close down changing ABI and move to
> > >> release/12?
> > >
> > > I'm wondering if we should remove sizeof(AVPacket) from the ABI.
> > 
> > I don't think you can have a defined type without a size in C. 
> > Decreeing that the size is no longer fixed without enforcing it at build 
> > time will be a disaster with existing code bases.
> > 
> 
> I know. But it has been done before (AVFrame).

AVFrame was never allowed to live on stack. Of course people did it
anyway.

-- 
Anton Khirnov
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to