From b5e55a648f12cea229f49c00730ef11a8583b66b Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Tue, 8 Mar 2005 01:53:13 +0000 Subject: we ne allow audioOutput plugins to set the final outAudioFormat that will be used. we now use alsa's _near functions to detect what to use. git-svn-id: https://svn.musicpd.org/mpd/trunk@3038 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/audioOutput.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/audioOutput.h') diff --git a/src/audioOutput.h b/src/audioOutput.h index 13c549555..85868eaeb 100644 --- a/src/audioOutput.h +++ b/src/audioOutput.h @@ -60,6 +60,7 @@ struct _AudioOutput { int convertAudioFormat; AudioFormat inAudioFormat; AudioFormat outAudioFormat; + AudioFormat reqAudioFormat; char * convBuffer; int convBufferLen; int sameInAndOutFormats; -- cgit v1.2.3