From 74146a855c25444c91297614804e444312478ceb Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 22 Jul 2013 14:47:46 +0200 Subject: af_lavfi: switch to new option API This makes it actually possible to use the filter with more complicated filter graphs (such as graphs containing the "," character). --- DOCS/man/en/af.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'DOCS/man') diff --git a/DOCS/man/en/af.rst b/DOCS/man/en/af.rst index 63630fd591..01efd4119d 100644 --- a/DOCS/man/en/af.rst +++ b/DOCS/man/en/af.rst @@ -565,5 +565,9 @@ Available filters are: .. warning:: - Due to shortcomings in the current ``-af`` option parser code, - the filter graph must not contain any ``,``. + Don't forget to quote libavfilter graphs as described in the lavfi + video filter section. + + ``o=`` + AVOptions. + -- cgit v1.2.3