]> git.sesse.net Git - vlc/blobdiff - include/main.h
libvlc_vlm_release added
[vlc] / include / main.h
index 11908effbc2ef32575ce47063627497baa848173..97ba2cc78f151b389f18074358b9c94bc9584bf5 100644 (file)
@@ -49,6 +49,10 @@ struct libvlc_int_t
 
     vlc_object_t          *p_interaction;    ///< interface interaction object
 
+    vlc_object_t          *p_vlm;            ///< vlm if created from libvlc-common.
+                                             /// (this is clearly private and
+                                             //  shouldn't be used)
+
     void                 *p_stats_computer;  ///< Input thread computing stats (needs cleanup)
     global_stats_t       *p_stats;           ///< Global statistics