diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-12-08 17:35:37 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-12-08 18:26:32 +0100 |
commit | 642a60f1c20f8c570dbece3f2c5180a1fd87a0fb (patch) | |
tree | 828d1055aaafc5637400f7c8b8020fdbf9f5658b /doc/filters.texi | |
parent | 0110108a7c2f3ccdd2c80f1a8923cf53d990695a (diff) | |
download | ffmpeg-642a60f1c20f8c570dbece3f2c5180a1fd87a0fb.tar.gz |
lavfi/setfield: add support to named options and introspection
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 1a2efcd7b5..271fe108af 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -3632,7 +3632,10 @@ output frames. It does not change the input frame, but only sets the corresponding property, which affects how the frame is treated by following filters (e.g. @code{fieldorder} or @code{yadif}). -It accepts a string parameter, which can assume the following values: +This filter accepts a single option @option{mode}, which can be +specified either by setting @code{mode=VALUE} either setting the +value alone. Available values are: + @table @samp @item auto Keep the same field property. |