const pointers in audioOutput.c
git-svn-id: https://svn.musicpd.org/mpd/trunk@7345 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
parent
b4ea6e52b2
commit
dec2a063cd
@ -150,7 +150,8 @@ int initAudioOutput(AudioOutput *ao, ConfigParam * param)
|
||||
return 1;
|
||||
}
|
||||
|
||||
int openAudioOutput(AudioOutput * audioOutput, AudioFormat * audioFormat)
|
||||
int openAudioOutput(AudioOutput * audioOutput,
|
||||
const AudioFormat * audioFormat)
|
||||
{
|
||||
int ret = 0;
|
||||
|
||||
|
@ -96,7 +96,8 @@ void loadAudioOutputPlugin(AudioOutputPlugin * audioOutputPlugin);
|
||||
void unloadAudioOutputPlugin(AudioOutputPlugin * audioOutputPlugin);
|
||||
|
||||
int initAudioOutput(AudioOutput *, ConfigParam * param);
|
||||
int openAudioOutput(AudioOutput * audioOutput, AudioFormat * audioFormat);
|
||||
int openAudioOutput(AudioOutput * audioOutput,
|
||||
const AudioFormat * audioFormat);
|
||||
int playAudioOutput(AudioOutput * audioOutput,
|
||||
const char *playChunk, size_t size);
|
||||
void dropBufferedAudioOutput(AudioOutput * audioOutput);
|
||||
|
Loading…
Reference in New Issue
Block a user