]> git.sesse.net Git - vlc/blobdiff - include/vlc_aout_mixer.h
Use var_Inherit* instead of var_CreateGet*.
[vlc] / include / vlc_aout_mixer.h
index ec990f79508d005cfb4aecb6ea919554920da7a4..5fd2ce0953dc8814fc6e7cfa921503fb60bb917c 100644 (file)
@@ -88,7 +88,7 @@ struct aout_mixer_t {
     aout_mixer_input_t    **input;
 
     /* Mix input into the given buffer (mandatory) */
-    void (*mix)(aout_mixer_t *, struct aout_buffer_t *);
+    void (*mix)(aout_mixer_t *, aout_buffer_t *);
 
     /* Private place holder for the aout_mixer_t module (optional)
      *