Fix two typos in the defined frequency enums
Change-Id: Ia0b6af98bd8f2ccb4d79705064a225e5f699ed8d
diff --git a/libvideoeditor/lvpp/VideoEditorSRC.h b/libvideoeditor/lvpp/VideoEditorSRC.h
index c61b7c1..eabafde3 100755
--- a/libvideoeditor/lvpp/VideoEditorSRC.h
+++ b/libvideoeditor/lvpp/VideoEditorSRC.h
@@ -49,7 +49,7 @@
kFreq12000Hz = 12000,
kFreq16000Hz = 16000,
kFreq22050Hz = 22050,
- kFreq240000Hz = 24000,
+ kFreq24000Hz = 24000,
kFreq32000Hz = 32000,
kFreq44100 = 44100,
kFreq48000 = 48000,
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 @@
kFreq12000Hz = 12000,
kFreq16000Hz = 16000,
kFreq22050Hz = 22050,
- kFreq240000Hz = 24000,
+ kFreq24000Hz = 24000,
kFreq32000Hz = 32000,
kFreq44100 = 44100,
kFreq48000 = 48000,