From aab6515c52aebd5532ba6d5326196395928d39ba Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Tue, 2 Nov 2004 02:44:11 +0000 Subject: patches for 0.11.5 bug fix from the following revision changes: 1993 2000 2001 2026 2028 2038 2078 2116 2163 2164 2230 2236 2270 2337 2339 2420 2426 git-svn-id: https://svn.musicpd.org/mpd/branches/branch-0.11.4-fixes@2461 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/audio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/audio.c') diff --git a/src/audio.c b/src/audio.c index 605bf796e..1679bd573 100644 --- a/src/audio.c +++ b/src/audio.c @@ -39,7 +39,7 @@ static ao_device * audio_device = NULL; static AudioFormat * audio_configFormat = NULL; -static void copyAudioFormat(AudioFormat * dest, AudioFormat * src) { +void copyAudioFormat(AudioFormat * dest, AudioFormat * src) { dest->sampleRate = src->sampleRate; dest->bits = src->bits; dest->channels = src->channels; -- cgit v1.2.3