[FFmpeg-devel] [PATCH 13/13] Document AVFilterInOut fields.
Michael Niedermayer
michaelni
Sat Nov 6 23:21:50 CET 2010
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
]...[
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Why not whip the teacher when the pupil misbehaves? -- Diogenes of Sinope
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20101106/c67d4d58/attachment.pgp>
More information about the ffmpeg-devel
mailing list