]> git.sesse.net Git - vlc/blobdiff - include/vlc_messages.h
Prefer downmixing from channel extracting.
[vlc] / include / vlc_messages.h
index 6035f81d483da511b508d6b0fbf86996d2459e16..c0b8ee5e178ee6bd185bb20f83e0c3da4ea03316 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
-#ifndef _VLC_MESSAGES_H_
-#define _VLC_MESSAGES_H_
+#ifndef VLC_MESSAGES_H_
+#define VLC_MESSAGES_H_
+
+/**
+ * \file
+ * This file defines structures and functions to handle messages and statistics gathering
+ */
 
 #include <stdarg.h>
 
@@ -44,7 +49,7 @@ typedef struct
 {
     int     i_type;                             /**< message type, see below */
     int     i_object_id;
-    char *  psz_object;
+    const char *psz_object_type;
     char *  psz_module;
     char *  psz_msg;                            /**< the message itself */
     char *  psz_header;                         /**< Additional header */