]> git.sesse.net Git - vlc/blobdiff - src/control/media_internal.h
LibVLC core: remove exceptions
[vlc] / src / control / media_internal.h
index 7afd8dc477b707277fd3ca65897d4525c935b045..650f71d14e837a58b3506bae6727db0c3387f038 100644 (file)
@@ -41,6 +41,7 @@ struct libvlc_media_t
     libvlc_state_t     state;
     VLC_FORWARD_DECLARE_OBJECT(libvlc_media_list_t*) p_subitems; /* A media descriptor can have Sub items. This is the only dependancy we really have on media_list */
     void *p_user_data;
+    bool has_asked_art;
 };
 
 /* Media Descriptor */