diff options
author | Paul B Mahol <onemda@gmail.com> | 2015-08-14 17:24:56 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2015-08-14 17:27:56 +0200 |
commit | 4b0e11244287b3f886d117d01f87ef0c095796dc (patch) | |
tree | e03cc64a35476b88665c47b9f41d6577757a481b /doc | |
parent | f3fbe790d9d4e93b2ec8c7476572f2d155e8b43e (diff) | |
download | ffmpeg-4b0e11244287b3f886d117d01f87ef0c095796dc.tar.gz |
avfilter/avf_avectorscope: add polar mode
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index e99a3081f0..2dd7d22355 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -11713,6 +11713,9 @@ Lissajous rotated by 45 degrees. @item lissajous_xy Same as above but not rotated. + +@item polar +Shape resembling half of circle. @end table Default value is @samp{lissajous}. |