[vlc-devel] commit: libvlc_priv_t: fix padding. ( Rémi Duraffort )
git version control
git at videolan.org
Mon Dec 28 14:44:30 CET 2009
vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Tue Dec 22 14:45:51 2009 +0100| [ba807e32909450664f548701e34411d0d1d7207b] | committer: Rémi Duraffort
libvlc_priv_t: fix padding.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ba807e32909450664f548701e34411d0d1d7207b
---
src/libvlc.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/libvlc.h b/src/libvlc.h
index 3d4022d..629a28f 100644
--- a/src/libvlc.h
+++ b/src/libvlc.h
@@ -207,15 +207,15 @@ typedef struct libvlc_priv_t
/* Messages */
msg_bank_t msg_bank; ///< The message bank
int i_verbose; ///< info messages
- bool b_color; ///< color messages?
vlc_dictionary_t msg_enabled_objects; ///< Enabled objects
+ bool b_color; ///< color messages?
bool msg_all_objects_enabled; ///< Should we print all objects?
/* Timer stats */
+ bool b_stats; ///< Whether to collect stats
vlc_mutex_t timer_lock; ///< Lock to protect timers
counter_t **pp_timers; ///< Array of all timers
int i_timers; ///< Number of timers
- bool b_stats; ///< Whether to collect stats
/* Singleton objects */
module_t *p_memcpy_module; ///< Fast memcpy plugin used
More information about the vlc-devel
mailing list