summaryrefslogtreecommitdiffstats
path: root/libvideoeditor
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2012-01-17 14:23:29 -0800
committerJames Dong <jdong@google.com>2012-01-17 14:50:30 -0800
commit7a4097cc526fc25a36e0f451613340a9444ca043 (patch)
tree1bcc849215e22b454dcf934a781fa8f079086479 /libvideoeditor
parent4a108948e915b5c758cada106c129f56532ccf35 (diff)
downloadframeworks_av-7a4097cc526fc25a36e0f451613340a9444ca043.zip
frameworks_av-7a4097cc526fc25a36e0f451613340a9444ca043.tar.gz
frameworks_av-7a4097cc526fc25a36e0f451613340a9444ca043.tar.bz2
Fix two typos in the defined frequency enums
Change-Id: Ia0b6af98bd8f2ccb4d79705064a225e5f699ed8d
Diffstat (limited to 'libvideoeditor')
-rwxr-xr-xlibvideoeditor/lvpp/VideoEditorSRC.h2
-rwxr-xr-xlibvideoeditor/vss/src/VideoEditorResampler.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/libvideoeditor/lvpp/VideoEditorSRC.h b/libvideoeditor/lvpp/VideoEditorSRC.h
index c61b7c1..eabafde 100755
--- a/libvideoeditor/lvpp/VideoEditorSRC.h
+++ b/libvideoeditor/lvpp/VideoEditorSRC.h
@@ -49,7 +49,7 @@ class VideoEditorSRC : public MediaSource , public AudioBufferProvider {
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 @@ struct VideoEditorResampler : public AudioBufferProvider {
kFreq12000Hz = 12000,
kFreq16000Hz = 16000,
kFreq22050Hz = 22050,
- kFreq240000Hz = 24000,
+ kFreq24000Hz = 24000,
kFreq32000Hz = 32000,
kFreq44100 = 44100,
kFreq48000 = 48000,