Changeset 1079

Show
Ignore:
Timestamp:
03/26/08 12:29:07 (10 months ago)
Author:
stephen_booth
Message:

Open .wvc file

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Audio/Decoders/WavPackDecoder.m

    r884 r1079  
    3232                 
    3333                // 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); 
    3535                if(NULL == _wpc) { 
    3636                        if(nil != error) {