commit | 3b16c766d1ae2cfd8487e8ffb2b23936fc0a8e17 | [log] [tgz] |
---|---|---|
author | Glenn Kasten <gkasten@google.com> | Wed Nov 14 08:44:39 2012 -0800 |
committer | Glenn Kasten <gkasten@google.com> | Wed Nov 14 16:19:23 2012 -0800 |
tree | 56e1f373606202e5d5277f9645158d91b1a0a80c | |
parent | b4a17e834b718eff1ba2eac4232de6e73a4bf9f5 [diff] [blame] |
Use uint32_t for sample rate Change-Id: Ie240b48fb54b08359f69ecd4e5f8bda3d15cbe80
diff --git a/libvideoeditor/lvpp/VideoEditorPlayer.cpp b/libvideoeditor/lvpp/VideoEditorPlayer.cpp index fc9fb49..d34b6d3 100755 --- a/libvideoeditor/lvpp/VideoEditorPlayer.cpp +++ b/libvideoeditor/lvpp/VideoEditorPlayer.cpp
@@ -406,7 +406,7 @@ } ALOGV("open(%u, %d, %d, %d)", sampleRate, channelCount, format, bufferCount); if (mTrack) close(); - int afSampleRate; + uint32_t afSampleRate; int afFrameCount; int frameCount;