diff options
author | James Dong <jdong@google.com> | 2012-01-17 14:23:29 -0800 |
---|---|---|
committer | James Dong <jdong@google.com> | 2012-01-17 14:50:30 -0800 |
commit | 7a4097cc526fc25a36e0f451613340a9444ca043 (patch) | |
tree | 1bcc849215e22b454dcf934a781fa8f079086479 /libvideoeditor/vss | |
parent | 4a108948e915b5c758cada106c129f56532ccf35 (diff) | |
download | frameworks_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/vss')
-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, |