[vlc-devel] commit: Cosmetic change ( Rémi Denis-Courmont )

git version control git at videolan.org
Wed Sep 23 20:42:29 CEST 2009


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Sep 23 20:43:51 2009 +0300| [bfe096486be2f97e99fef8b42b8186d41a8d1cb2] | committer: Rémi Denis-Courmont 

Cosmetic change

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bfe096486be2f97e99fef8b42b8186d41a8d1cb2
---

 include/vlc_aout_mixer.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/vlc_aout_mixer.h b/include/vlc_aout_mixer.h
index ec990f7..5fd2ce0 100644
--- a/include/vlc_aout_mixer.h
+++ b/include/vlc_aout_mixer.h
@@ -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)
      *




More information about the vlc-devel mailing list