[vlc-commits] commit: padding is superfluous (mtime_t, coords...) ( Rémi Denis-Courmont )

git at videolan.org git at videolan.org
Fri Jul 2 18:56:46 CEST 2010


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Fri Jul  2 19:52:13 2010 +0300| [e284f2409ee97ff1909baa8c1eda277c560e7a94] | committer: Rémi Denis-Courmont 

padding is superfluous (mtime_t, coords...)

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

 include/vlc_common.h |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/include/vlc_common.h b/include/vlc_common.h
index 371b883..38ad6fc 100644
--- a/include/vlc_common.h
+++ b/include/vlc_common.h
@@ -419,9 +419,6 @@ typedef union
     mtime_t         i_time;
     struct { int32_t x; int32_t y; } coords;
 
-    /* Make sure the structure is at least 64bits */
-    uint8_t padding[8];
-
 } vlc_value_t;
 
 /**



More information about the vlc-commits mailing list