ffmpeg | branch: master | Paul B Mahol <[email protected]> | Tue Aug 20 11:40:04 2019 +0200| [33cd5161672a8261031d569f0b8a69d1c4450bf7] | committer: Kieran Kunhya
doc/filters: fix v360 options names > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=33cd5161672a8261031d569f0b8a69d1c4450bf7 --- doc/filters.texi | 6 +++--- 1 file 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 _______________________________________________ ffmpeg-cvslog mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
