summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2019-09-14 10:47:01 +0200
committerPaul B Mahol <onemda@gmail.com>2019-09-14 10:47:01 +0200
commitcb8d6a4e3ef39dff2522335021ecfde868c371f7 (patch)
tree33129c8185357df0672ae8e3d9f82f59c8fae374 /doc
parent8efc9fcc56886e3a22debfb21ab3db33e173bd88 (diff)
avfilter/vf_v360: implement diagonal field of view
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi10
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index f3bbbe0f32..b2a955113c 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -18006,7 +18006,10 @@ Format specific options:
@table @option
@item h_fov
@item v_fov
-Set horizontal/vertical field of view. Values in degrees.
+@item d_fov
+Set horizontal/vertical/diagonal field of view. Values in degrees.
+
+If diagonal field of view is set it overrides horizontal and vertical field of view.
@end table
@item dfisheye
@@ -18040,7 +18043,10 @@ Format specific options:
@table @option
@item h_fov
@item v_fov
-Set horizontal/vertical field of view. Values in degrees.
+@item d_fov
+Set horizontal/vertical/diagonal field of view. Values in degrees.
+
+If diagonal field of view is set it overrides horizontal and vertical field of view.
@end table
@end table