diff options
author | Brice Waegeneire <brice.wge@gmail.com> | 2017-07-22 00:09:29 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2017-07-23 15:01:05 +0200 |
commit | 061be75481ed7ef6596aff0b952011bc25e3b8b3 (patch) | |
tree | 1ddbd18334ae36009ecd5cf5618d02c275342101 | |
parent | 1b1abf077d642fe38c2fd133cf18c99d4d7141b4 (diff) | |
download | ffmpeg-061be75481ed7ef6596aff0b952011bc25e3b8b3.tar.gz |
doc/filters: typo in frei0r
Signed-off-by: Brice Waegeneire <brice.wge@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
(cherry picked from commit 6a6eec485d23b0c47a7cfeb94995db1be91c0e1a)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r-- | doc/filters.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 410608e258..e98ba02263 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -6094,7 +6094,7 @@ It accepts the following parameters: @item filter_name The name of the frei0r effect to load. If the environment variable @env{FREI0R_PATH} is defined, the frei0r effect is searched for in each of the -directories specified by the colon-separated list in @env{FREIOR_PATH}. +directories specified by the colon-separated list in @env{FREI0R_PATH}. Otherwise, the standard frei0r paths are searched, in this order: @file{HOME/.frei0r-1/lib/}, @file{/usr/local/lib/frei0r-1/}, @file{/usr/lib/frei0r-1/}. |