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? Ronald _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
