diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2015-07-15 13:09:41 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-07-15 13:09:41 +0200 |
commit | 9d8070afe11af7004973c114d5746930312317f1 (patch) | |
tree | 9cc1677338c541b2bfef9c4b9c1a05f81e2cbb31 /libavfilter/internal.h | |
parent | ae3f4e479a7b7ac28a5781d4bbae23376e8aa595 (diff) | |
download | ffmpeg-9d8070afe11af7004973c114d5746930312317f1.tar.gz |
avfilter/internal: add more words to sentance
Hopefully fixes english syntax
Found-by: ubitux
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavfilter/internal.h')
-rw-r--r-- | libavfilter/internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/internal.h b/libavfilter/internal.h index 9dded84a38..85348f001e 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 |