summaryrefslogtreecommitdiffstats
path: root/libvideoeditor/vss/src/VideoEditorResampler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libvideoeditor/vss/src/VideoEditorResampler.cpp')
-rwxr-xr-xlibvideoeditor/vss/src/VideoEditorResampler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvideoeditor/vss/src/VideoEditorResampler.cpp b/libvideoeditor/vss/src/VideoEditorResampler.cpp
index 38dffb7..1129c3c 100755
--- a/libvideoeditor/vss/src/VideoEditorResampler.cpp
+++ b/libvideoeditor/vss/src/VideoEditorResampler.cpp
@@ -80,7 +80,7 @@ M4OSA_Context LVAudioResamplerCreate(M4OSA_Int32 bitDepth, M4OSA_Int32 inChanne
VideoEditorResampler *context = new VideoEditorResampler();
context->mResampler = AudioResampler::create(
- bitDepth, inChannelCount, sampleRate, AudioResampler::DEFAULT);
+ bitDepth, inChannelCount, sampleRate);
if (context->mResampler == NULL) {
return NULL;
}