[FFmpeg-devel] [PATCH 13/13] Document AVFilterInOut fields.
Stefano Sabatini
stefano.sabatini-lala
Sun Nov 7 23:48:40 CET 2010
On date Saturday 2010-11-06 23:21:50 +0100, Michael Niedermayer encoded:
> On Sat, Nov 06, 2010 at 01:41:37PM +0100, Stefano Sabatini wrote:
> > On date Saturday 2010-11-06 02:37:16 +0100, Michael Niedermayer encoded:
> > > On Sat, Nov 06, 2010 at 02:25:30AM +0100, Stefano Sabatini wrote:
> > > > ---
> > > > libavfilter/graphparser.h | 5 ++++-
> > > > 1 files changed, 4 insertions(+), 1 deletions(-)
> > > >
> > > > diff --git a/libavfilter/graphparser.h b/libavfilter/graphparser.h
> > > > index 2902524..c74644a 100644
> > > > --- a/libavfilter/graphparser.h
> > > > +++ b/libavfilter/graphparser.h
> > > > @@ -29,10 +29,13 @@
> > > > * A linked-list of the inputs/outputs of the filter chain.
> > > > */
> > > > typedef struct AVFilterInOut {
> > > > + /** label for this link */
> > > > char *name;
> > > > + /** filter context connected to this link */
> > > > AVFilterContext *filter_ctx;
> > > > + /** index of the filter context pad to use for linking */
> > > > int pad_idx;
> > > > -
> > > > + /** next inout in the list, or NULL if this is the last */
> > > > struct AVFilterInOut *next;
> > > > } AVFilterInOut;
> > >
> > > all this is just confusing or redundant
> >
> > did my best at improving this,
>
>
> > please be more specific in your
> > comments.
>
> sorry, stress, overworked, work piling up thing i should have done month ago
> -> leads to terse awnsers
>
> anyway it looks alot better now, and ill leave further review to englishmen
Applied.
--
FFmpeg = Frenzy & Funny Moronic Practical Elected Gorilla
More information about the ffmpeg-devel
mailing list