diff options
author | Paul B Mahol <onemda@gmail.com> | 2015-07-23 07:35:54 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2015-07-23 07:35:54 +0000 |
commit | e59315c4abce83c150100a92fdec27760c8878c8 (patch) | |
tree | 09b8acc04399a68e500ff757996f6b50c9fcf688 /doc | |
parent | 625bf6a55c3dd25613ba328f93d0fd23b5bb7c0f (diff) | |
download | ffmpeg-streaming-e59315c4abce83c150100a92fdec27760c8878c8.zip ffmpeg-streaming-e59315c4abce83c150100a92fdec27760c8878c8.tar.gz |
doc/filters.texi: fix two typos in reverse filter description
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 1035e92..538b579 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -8493,7 +8493,8 @@ fields based on its value. Reverse a clip. -Warning: This iflter qequires memory to buffer the entire clip, so trimming is suggested. +Warning: This filter requires memory to buffer the entire clip, so trimming +is suggested. @subsection Examples |