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 14:58:29 +0200 |
commit | 6a6eec485d23b0c47a7cfeb94995db1be91c0e1a (patch) | |
tree | d19632b3d76c07d83d2ab486b05b9d66db37581a /doc/filters.texi | |
parent | 47c93657249f1a4bc8a7aaf2f9f3a33510bee38c (diff) | |
download | ffmpeg-6a6eec485d23b0c47a7cfeb94995db1be91c0e1a.tar.gz |
doc/filters: typo in frei0r
Signed-off-by: Brice Waegeneire <brice.wge@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'doc/filters.texi')
-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 119d1be69d..4c1ef0f485 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -8606,7 +8606,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/}. |