diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-08-12 19:40:29 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-08-12 19:40:29 +0200 |
commit | e1c44be80233309d9dfceb68a6b54307b557f641 (patch) | |
tree | d05757b47710a70fe754d8915b584d147cd4a3f7 /doc | |
parent | 53f309c617394c0c8d955ac907863590d268292b (diff) | |
download | ffmpeg-e1c44be80233309d9dfceb68a6b54307b557f641.tar.gz |
doc/filter_design.txt: Fix duplicate words
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filter_design.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filter_design.txt b/doc/filter_design.txt index c303c3c9c3..fca24a94b5 100644 --- a/doc/filter_design.txt +++ b/doc/filter_design.txt @@ -166,7 +166,7 @@ Buffer references ownership and permissions WRITE permission. * Filters that read their input to produce a new frame on output (like - scale) need the READ permission on input and and must request a buffer + scale) need the READ permission on input and must request a buffer with the WRITE permission. * Filters that intend to keep a reference after the filtering process |