commit | 7a4097cc526fc25a36e0f451613340a9444ca043 | [log] [tgz] |
---|---|---|
author | James Dong <jdong@google.com> | Tue Jan 17 14:23:29 2012 -0800 |
committer | James Dong <jdong@google.com> | Tue Jan 17 14:50:30 2012 -0800 |
tree | 1bcc849215e22b454dcf934a781fa8f079086479 | |
parent | 4a108948e915b5c758cada106c129f56532ccf35 [diff] [blame] |
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,