[FFmpeg-cvslog] avfilter/avfilter: fix typos in comments
Paul B Mahol
git at videolan.org
Wed Oct 3 20:13:27 EEST 2018
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Wed Oct 3 19:11:52 2018 +0200| [4c514edc5bc0920537575f801ff1cedb1360505b] | committer: Paul B Mahol
avfilter/avfilter: fix typos in comments
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4c514edc5bc0920537575f801ff1cedb1360505b
---
libavfilter/avfilter.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c
index 85eff0aa1d..90799d450c 100644
--- a/libavfilter/avfilter.c
+++ b/libavfilter/avfilter.c
@@ -1370,7 +1370,7 @@ static int ff_filter_activate_default(AVFilterContext *filter)
and request_frame() to acknowledge status changes), to run once more
and check if enough input was present for several frames.
- Exemples of scenarios to consider:
+ Examples of scenarios to consider:
- buffersrc: activate if frame_wanted_out to notify the application;
activate when the application adds a frame to push it immediately.
@@ -1396,7 +1396,7 @@ static int ff_filter_activate_default(AVFilterContext *filter)
- If an input has frames in fifo and frame_wanted_out == 0, dequeue a
frame and call filter_frame().
- Ratinale: filter frames as soon as possible instead of leaving them
+ Rationale: filter frames as soon as possible instead of leaving them
queued; frame_wanted_out < 0 is not possible since the old API does not
set it nor provides any similar feedback; frame_wanted_out > 0 happens
when min_samples > 0 and there are not enough samples queued.
More information about the ffmpeg-cvslog
mailing list