On Mon, 30 Jan 2012 16:57:39 -0800, "Ronald S. Bultje" <[email protected]> wrote: > Hi, > > On Sun, Jan 29, 2012 at 8:48 AM, Anton Khirnov <[email protected]> wrote: > > Put all private fields at the end and mark them as such so they can be > > easily changed/removed. > > > > This breaks ABI. > > --- > > libavformat/avformat.h | 110 > > ++++++++++++++++++++++++++--------------------- > > 1 files changed, 61 insertions(+), 49 deletions(-) > > Looks OK. Somewhat unrelated: > > > + /** > > + * General purpose read-only value that the format can use. > > + */ > > + int value; > > WTF is that? >
Raw demuxers store their codec id there. -- Anton Khirnov _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
