[FFmpeg-devel] [FFmpeg-cvslog] avfilter/internal: Improve docs about ff_request_frame()

Michael Niedermayer michael at niedermayer.cc
Wed Jul 15 13:12:22 CEST 2015


On Wed, Jul 15, 2015 at 08:12:20AM +0200, Clément Bœsch wrote:
> On Wed, Jul 15, 2015 at 12:09:59AM +0200, Michael Niedermayer wrote:
> > ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Tue Jul 14 19:44:59 2015 +0200| [522256b374fe3b8edfea0040bdd5878ea8c8e37c] | committer: Michael Niedermayer
> > 
> > avfilter/internal: Improve docs about ff_request_frame()
> > 
> > Reviewed-by: James Darnley <james.darnley at gmail.com>
> > Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> > 
> > > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=522256b374fe3b8edfea0040bdd5878ea8c8e37c
> > ---
> > 
> >  libavfilter/internal.h |   19 +++++++++++++++++++
> >  1 file changed, 19 insertions(+)
> > 
> > diff --git a/libavfilter/internal.h b/libavfilter/internal.h
> > index a7ec751..9dded84 100644
> > --- a/libavfilter/internal.h
> > +++ b/libavfilter/internal.h
> > @@ -305,8 +305,27 @@ int ff_poll_frame(AVFilterLink *link);
> >  /**
> >   * Request an input frame from the filter at the other end of the link.
> >   *
> > + * The input filter may pass the request on to its inputs, fulfill the
> > + * request from an internal buffer or any other means specific to its function.
> > + *
> 
> > + * When the end of a stream is reached AVERROR_EOF is returned and no further
> > + * frames.
> 
> and no further frames what? I think the sentence is expecting a verb for
> these further frames.

fixed hopefully

[...]

-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

No great genius has ever existed without some touch of madness. -- Aristotle
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150715/ac22e13f/attachment.sig>


More information about the ffmpeg-devel mailing list