From fe8a8d5a52891b0b0224aec9016c6e899eb4acb0 Mon Sep 17 00:00:00 2001
From: Paul B Mahol <onemda@gmail.com>
Date: Tue, 20 Aug 2019 11:40:04 +0200
Subject: [PATCH 1/5] doc/filters: fix v360 options names

---
 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
-- 
2.22.0

