diff options
Diffstat (limited to 'libvideoeditor/vss/src/VideoEditorResampler.cpp')
-rwxr-xr-x | libvideoeditor/vss/src/VideoEditorResampler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libvideoeditor/vss/src/VideoEditorResampler.cpp b/libvideoeditor/vss/src/VideoEditorResampler.cpp index 768cbd8..ff018eb 100755 --- a/libvideoeditor/vss/src/VideoEditorResampler.cpp +++ b/libvideoeditor/vss/src/VideoEditorResampler.cpp @@ -35,7 +35,7 @@ struct VideoEditorResampler : public AudioBufferProvider { kFreq12000Hz = 12000, kFreq16000Hz = 16000, kFreq22050Hz = 22050, - kFreq240000Hz = 24000, + kFreq24000Hz = 24000, kFreq32000Hz = 32000, kFreq44100 = 44100, kFreq48000 = 48000, |