Browse Source

Case sensitive header perhaps?

tags/5.1.0
Marcus Tomlinson Marcus Tomlinson 8 years ago
parent
commit
ecf694b88f
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      RtAudio.cpp

+ 2
- 2
RtAudio.cpp View File

@@ -3697,7 +3697,7 @@ static const char* getAsioErrorString( ASIOError result )
#include <mfapi.h>
#include <mferror.h>
#include <mfplay.h>
#include <Wmcodecdsp.h>
#include <wmcodecdsp.h>

#pragma comment( lib, "mfplat.lib" )
#pragma comment( lib, "mfuuid.lib" )
@@ -3907,7 +3907,7 @@ public:
_transformUnk->QueryInterface( IID_PPV_ARGS( &_resamplerProps ) );
_resamplerProps->SetHalfFilterLength( 60 ); // best conversion quality

// 3. Specify input / output format
// 3. Specify input / output format

MFCreateMediaType( &_mediaType );
_mediaType->SetGUID( MF_MT_MAJOR_TYPE, MFMediaType_Audio );


Loading…
Cancel
Save