[vlc-commits] esformat: fix ORIENT_ROTATE_180 description

Lyndon Brown git at videolan.org
Sat Sep 26 08:44:09 CEST 2020


vlc | branch: master | Lyndon Brown <jnqnfe at gmail.com> | Sun Jan  7 19:07:54 2018 +0000| [1cfd73ad2c9feb8623c51436651431de2732f8df] | committer: Rémi Denis-Courmont

esformat: fix ORIENT_ROTATE_180 description

Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1cfd73ad2c9feb8623c51436651431de2732f8df
---

 include/vlc_es.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/vlc_es.h b/include/vlc_es.h
index f1ef54283f..a7af6c118c 100644
--- a/include/vlc_es.h
+++ b/include/vlc_es.h
@@ -206,7 +206,7 @@ typedef enum video_orientation_t
 #define ORIENT_HFLIP(orient) ((orient) ^ 1)
 /** Applies vertical flip to an orientation */
 #define ORIENT_VFLIP(orient) ((orient) ^ 2)
-/** Applies horizontal flip to an orientation */
+/** Applies 180 degree rotation to an orientation */
 #define ORIENT_ROTATE_180(orient) ((orient) ^ 3)
 
 typedef enum video_transform_t



More information about the vlc-commits mailing list