Bug 449564 - "Remove duplicate typedef of sa_event_callback_t at liboggplay_audio"

This commit is contained in:
Chris Double 2008-08-19 22:46:20 -05:00
Родитель e2cd680881
Коммит 25500c564e
2 изменённых файлов: 1 добавлений и 5 удалений

Просмотреть файл

@ -8,4 +8,4 @@ separate browser_plugin directory. I only use the audio portion so
only the audio part of the source is here. Run update.sh giving it the only the audio part of the source is here. Run update.sh giving it the
path to a checked out version of browser_plugin to update this code. path to a checked out version of browser_plugin to update this code.
This code is using svn revision r3605. This code is using svn revision r3605 and apply the patch from bug 449564.

Просмотреть файл

@ -130,10 +130,6 @@ int getSAErrorCode(int waveErrorCode);
void CALLBACK waveOutProc(HWAVEOUT hWaveOut, UINT uMsg, void CALLBACK waveOutProc(HWAVEOUT hWaveOut, UINT uMsg,
DWORD dwInstance, DWORD dwParam1, DWORD dwParam2); 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 */ /** Normal way to open a PCM device */
int sa_stream_create_pcm(sa_stream_t **s, int sa_stream_create_pcm(sa_stream_t **s,
const char *client_name, const char *client_name,