On Tue, 31 Jan 2012 09:29:37 +0000, Måns Rullgård <[email protected]> wrote:
> "Ronald S. Bultje" <[email protected]> writes:
> 
> > Hi,
> >
> > On Mon, Jan 30, 2012 at 9:52 PM, Anton Khirnov <[email protected]> wrote:
> >> On Mon, 30 Jan 2012 16:57:39 -0800, "Ronald S. Bultje" 
> >> <[email protected]> wrote:
> >>> 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.
> 
> Why?
> 

Sorry, don't understand the question. They need to store it somewhere.

Or you're only complaining about an obfuscated name which was already
changed.

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

Reply via email to