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/lvpp | |
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/lvpp')
-rwxr-xr-x | libvideoeditor/lvpp/VideoEditorSRC.h | 2 |
1 files changed, 1 insertions, 1 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, |