diff options
author | Paul B Mahol <onemda@gmail.com> | 2019-09-10 20:29:43 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2019-09-10 20:29:43 +0200 |
commit | e26fb6a714f6d86aca05361a0bab7eb84ef642f4 (patch) | |
tree | a8ba0db7b18adeb4bca38aa96e2b13dbe4e7bd9a | |
parent | 5fcb3cbaf0ba70c3e79183264bf20cb8696ae5af (diff) | |
download | ffmpeg-e26fb6a714f6d86aca05361a0bab7eb84ef642f4.tar.gz |
doc/filters: extend flip options in v360 filter
-rw-r--r-- | doc/filters.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 22c8687bdf..9d500e44a9 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -18095,7 +18095,7 @@ Default value is @b{@samp{ypr}}. @item h_flip @item v_flip @item d_flip -Flip the output video horizontally/vertically/in-depth. Boolean values. +Flip the output video horizontally(swaps left-right)/vertically(swaps up-down)/in-depth(swaps back-forward). Boolean values. @item ih_flip @item iv_flip |