[FFmpeg-cvslog] avfilter/internal: add more words to sentance

Michael Niedermayer git at videolan.org
Wed Jul 15 13:23:01 CEST 2015


ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Wed Jul 15 13:09:41 2015 +0200| [9d8070afe11af7004973c114d5746930312317f1] | committer: Michael Niedermayer

avfilter/internal: add more words to sentance

Hopefully fixes english syntax

Found-by: ubitux
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9d8070afe11af7004973c114d5746930312317f1
---

 libavfilter/internal.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavfilter/internal.h b/libavfilter/internal.h
index 9dded84..85348f0 100644
--- a/libavfilter/internal.h
+++ b/libavfilter/internal.h
@@ -309,7 +309,7 @@ int ff_poll_frame(AVFilterLink *link);
  * 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.
+ * frames are returned after that.
  *
  * When a filter is unable to output a frame for example due to its sources
  * being unable to do so or because it depends on external means pushing data



More information about the ffmpeg-cvslog mailing list