]> git.sesse.net Git - vlc/commitdiff
Cosmetic change
authorRémi Denis-Courmont <remi@remlab.net>
Wed, 23 Sep 2009 17:43:51 +0000 (20:43 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Wed, 23 Sep 2009 18:38:42 +0000 (21:38 +0300)
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)
      *