[vlc-commits] subpicture.h: Code cosmetic

Jean-Baptiste Kempf git at videolan.org
Tue Jul 28 16:01:56 CEST 2015


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Apr  6 14:39:21 2015 +0200| [23c49729b693a03d76108f3ef814b72493043403] | committer: Jean-Baptiste Kempf

subpicture.h: Code cosmetic

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 include/vlc_subpicture.h |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/include/vlc_subpicture.h b/include/vlc_subpicture.h
index e8471e0..0329e03 100644
--- a/include/vlc_subpicture.h
+++ b/include/vlc_subpicture.h
@@ -74,11 +74,11 @@ struct subpicture_region_t
 };
 
 /* Subpicture region position flags */
-#define SUBPICTURE_ALIGN_LEFT 0x1
-#define SUBPICTURE_ALIGN_RIGHT 0x2
-#define SUBPICTURE_ALIGN_TOP 0x4
-#define SUBPICTURE_ALIGN_BOTTOM 0x8
-#define SUBPICTURE_ALIGN_LEAVETEXT 0x10 /**< Align the subpicture, but not the text inside */
+#define SUBPICTURE_ALIGN_LEFT       0x1
+#define SUBPICTURE_ALIGN_RIGHT      0x2
+#define SUBPICTURE_ALIGN_TOP        0x4
+#define SUBPICTURE_ALIGN_BOTTOM     0x8
+#define SUBPICTURE_ALIGN_LEAVETEXT  0x10 /**< Align the subpicture, but not the text inside */
 #define SUBPICTURE_ALIGN_MASK ( SUBPICTURE_ALIGN_LEFT|SUBPICTURE_ALIGN_RIGHT| \
                                 SUBPICTURE_ALIGN_TOP |SUBPICTURE_ALIGN_BOTTOM| \
                                 SUBPICTURE_ALIGN_LEAVETEXT )



More information about the vlc-commits mailing list