Fixed bug when PCMWAVEFORMAT is passed into acmStreamOpen.
commit87c73c0065d95383d7549822524fb8ff721c8fdc
authorRobert Reif <reif@earthlink.net>
Fri, 12 Mar 2004 20:24:50 +0000 (12 20:24 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 12 Mar 2004 20:24:50 +0000 (12 20:24 +0000)
tree44b2179901437a014f10b0853b097dd0ee8655be
parent23983b8f836735c1f5f5f8d60d5607ccabe9d9fd
Fixed bug when PCMWAVEFORMAT is passed into acmStreamOpen.
Fixed bug where interpolation is done with data past end of buffer. A
proper fix would be to project the last sample based on the previous
two but that requires significant changes.
Added TRACE and WARN where needed.
dlls/msacm/pcmconverter.c
dlls/msacm/stream.c