[xiph-commits] r3714 - browser_plugin/trunk/src/audio

silvia at svn.annodex.net silvia at svn.annodex.net
Tue Aug 19 19:15:16 PDT 2008


Author: silvia
Date: 2008-08-19 19:15:15 -0700 (Tue, 19 Aug 2008)
New Revision: 3714

Modified:
   browser_plugin/trunk/src/audio/sydney_audio_waveapi.c
Log:
patch applied from techrazy

Modified: browser_plugin/trunk/src/audio/sydney_audio_waveapi.c
===================================================================
--- browser_plugin/trunk/src/audio/sydney_audio_waveapi.c	2008-08-20 02:15:01 UTC (rev 3713)
+++ browser_plugin/trunk/src/audio/sydney_audio_waveapi.c	2008-08-20 02:15:15 UTC (rev 3714)
@@ -130,10 +130,7 @@
 void CALLBACK waveOutProc(HWAVEOUT hWaveOut, UINT uMsg, 
     DWORD dwInstance, DWORD dwParam1, DWORD dwParam2);
 
-/** Main callback function */
-typedef int (*sa_event_callback_t)(sa_stream_t *s, sa_event_t event);
 
-
 /** Normal way to open a PCM device */
 int sa_stream_create_pcm(sa_stream_t **s, 
                          const char *client_name, 



More information about the commits mailing list