summaryrefslogtreecommitdiff
path: root/doc/filters.texi
diff options
context:
space:
mode:
authorrogerdpack <rogerpack2005@gmail.com>2012-10-10 17:28:55 -0600
committerStefano Sabatini <stefasab@gmail.com>2012-10-29 18:50:48 +0100
commitc1804dc4ce164fc3993ca93a5c9649d73fb485b4 (patch)
treee30599276876bcf843676493987a41bf66247f11 /doc/filters.texi
parent7691860c7374a6cbe56a375586df112d05278997 (diff)
lavfi/frei0r: allow for Windows style paths
Update path handling against the latest Frei0r specification changes. Signed-off-by: rogerdpack <rogerpack2005@gmail.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r--doc/filters.texi9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index b9ad1873fc..0e77914a6e 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -2213,10 +2213,11 @@ The filter supports the syntax:
@var{filter_name} is the name to the frei0r effect to load. If the
environment variable @env{FREI0R_PATH} is defined, the frei0r effect
-is searched in each one of the directories specified by the colon
-separated list in @env{FREIOR_PATH}, otherwise in the standard frei0r
-paths, which are in this order: @file{HOME/.frei0r-1/lib/},
-@file{/usr/local/lib/frei0r-1/}, @file{/usr/lib/frei0r-1/}.
+is searched in each one of the directories specified by the colon (or
+semicolon on Windows platforms) separated list in @env{FREIOR_PATH},
+otherwise in the standard frei0r paths, which are in this order:
+@file{HOME/.frei0r-1/lib/}, @file{/usr/local/lib/frei0r-1/},
+@file{/usr/lib/frei0r-1/}.
@var{param1}, @var{param2}, ... , @var{paramN} specify the parameters
for the frei0r effect.