]> git.sesse.net Git - vlc/blobdiff - include/audio_output.h
D�but du portage BeOS. Beaucoup de fuchiers ont �t� modifi� car il a fallu
[vlc] / include / audio_output.h
index 17e9c34f20271f348f3e42e933bc99a1d4dd50ab..3bc7fbaccd2d8aba021c5905fad895bb3a8c7fbd 100644 (file)
@@ -184,7 +184,7 @@ typedef struct aout_thread_s
     aout_fifo_t         fifo[ AOUT_MAX_FIFOS ];
 
     /* Plugins */
-    void *                      p_aout_plugin;        /* video output plugin */
+    plugin_id_t                 aout_plugin;          /* video output plugin */
     aout_sys_open_t *           p_sys_open;
     aout_sys_reset_t *          p_sys_reset;
     aout_sys_setformat_t *      p_sys_setformat;