[FFmpeg-cvslog] r17316 - trunk/libavformat/avformat.h
Diego Biurrun
diego
Sun Feb 15 19:54:08 CET 2009
On Sun, Feb 15, 2009 at 07:19:41PM +0100, Stefano Sabatini wrote:
> On date Sunday 2009-02-15 17:58:16 +0000, Robert Swain wrote:
> > 2009/2/15 Diego Biurrun <diego at biurrun.de>:
> > > On Sun, Feb 15, 2009 at 10:04:09AM +0100, stefano wrote:
> > >>
> > >> Log:
> > >> Document av_iformat_next() and av_oformat_next() functions.
> > >>
> > >> --- trunk/libavformat/avformat.h Sun Feb 15 10:03:47 2009 (r17315)
> > >> +++ trunk/libavformat/avformat.h Sun Feb 15 10:04:08 2009 (r17316)
> > >> @@ -687,7 +687,18 @@ extern AVInputFormat *first_iformat;
> > >>
> > >> +/**
> > >> + * If f is NULL, returns the first registered input format,
> > >> + * if f is non-NULL, returns the registered input format next after f,
> > >> + * or NULL if f is the last one.
> > >
> > > I think "next after" is ungrammatical, IIRC my suggestion was
> > > "the next registered input format after f".
> >
> > I agree with this. "the next registered input format after f"
>
> Is OK one global commit or separate ones?
Go for a global commit, otherwise cvslog is spammed with trivial changes.
Diego
More information about the ffmpeg-cvslog
mailing list