]> git.sesse.net Git - vlc/commitdiff
libvlc: attempt to fix previous commit.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Sun, 17 Jun 2007 17:14:06 +0000 (17:14 +0000)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Sun, 17 Jun 2007 17:14:06 +0000 (17:14 +0000)
src/control/libvlc_internal.h

index dac1e5e576eec4b77ca2144278535df17e424f67..79e3c76b4a9e7e782eefdfdd27418ef1559793fe 100644 (file)
@@ -75,11 +75,11 @@ struct libvlc_instance_t
     struct libvlc_callback_entry_list_t *p_callback_list;
 };
 
-typedef struct {
+struct libvlc_media_descriptor_t {
     bool                b_preparsed;
     input_item_t      * p_input_item;
     libvlc_instance_t * p_libvlc_instance;
-} libvlc_media_descriptor_t;
+};
 
 struct libvlc_input_t
 {