diff options
author | Paul B Mahol <onemda@gmail.com> | 2019-08-20 11:40:04 +0200 |
---|---|---|
committer | Kieran Kunhya <kierank@obe.tv> | 2019-08-21 12:53:24 +0100 |
commit | 33cd5161672a8261031d569f0b8a69d1c4450bf7 (patch) | |
tree | bffe74959a8453e42d6c56c777ed8cb2dc490615 | |
parent | c66d468795f7bccb8dedce91dd34af08d7b695f8 (diff) | |
download | ffmpeg-33cd5161672a8261031d569f0b8a69d1c4450bf7.tar.gz |
doc/filters: fix v360 options names
-rw-r--r-- | doc/filters.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index a0c530a9bf..41b735804b 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -18040,9 +18040,9 @@ Default resolution depends on formats. @item roll Set rotation for the output video. Values in degrees. -@item hflip -@item vflip -@item dflip +@item h_flip +@item v_flip +@item d_flip Flip the output video horizontally/vertically/in-depth. Boolean values. @end table |