[FFmpeg-devel] [PATCH] doc/filter_design: reword a sentence to avoid a misunderstanding.

Clément Bœsch ubitux at gmail.com
Wed May 16 19:43:26 CEST 2012


---
I may be wrong, but the next paragraph explains the special case of multiple
output frames, so an infinitive looks more correct to me here.
---
 doc/filter_design.txt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/filter_design.txt b/doc/filter_design.txt
index 4157fd1..7f066c5 100644
--- a/doc/filter_design.txt
+++ b/doc/filter_design.txt
@@ -52,7 +52,7 @@ Frame scheduling
     They can be called at any time except in a reentrant way.
 
     If the input frame is enough to produce output, then the filter should
-    push the output frames on the output link immediately.
+    push the output frame on the output link immediately.
 
     As an exception to the previous rule, if the input frame is enough to
     produce several output frames, then the filter needs output only at
-- 
1.7.10.2



More information about the ffmpeg-devel mailing list