Changeset 1079
- Timestamp:
- 03/26/08 12:29:07 (10 months ago)
- Files:
-
- 1 modified
-
trunk/Audio/Decoders/WavPackDecoder.m (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Audio/Decoders/WavPackDecoder.m
r884 r1079 32 32 33 33 // Setup converter 34 _wpc = WavpackOpenFileInput([[[self URL] path] fileSystemRepresentation], errorBuf, OPEN_ NORMALIZE, 0);34 _wpc = WavpackOpenFileInput([[[self URL] path] fileSystemRepresentation], errorBuf, OPEN_WVC | OPEN_NORMALIZE, 0); 35 35 if(NULL == _wpc) { 36 36 if(nil != error) {
