diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2005-03-08 01:53:13 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2005-03-08 01:53:13 +0000 |
commit | b5e55a648f12cea229f49c00730ef11a8583b66b (patch) | |
tree | 2ca0130ddee4b343c3aea396f0539136010ff185 /src/audioOutput.h | |
parent | fa08a7e3ff0d0f60415c29c080cc4130cf4032c9 (diff) | |
download | mpd-b5e55a648f12cea229f49c00730ef11a8583b66b.tar.gz mpd-b5e55a648f12cea229f49c00730ef11a8583b66b.tar.xz mpd-b5e55a648f12cea229f49c00730ef11a8583b66b.zip |
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
Diffstat (limited to 'src/audioOutput.h')
-rw-r--r-- | src/audioOutput.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |