summaryrefslogtreecommitdiffstats
path: root/libvideoeditor
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2014-02-10 22:34:16 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-02-10 22:34:16 +0000
commitcdda7bf4d3ca9cad6979374a18dd5be79ea83d80 (patch)
tree0923073e3d925812d8bfac9b350aab42a45fb17a /libvideoeditor
parent5930e8ebdacf3a59c13eef11fd03658ba58b443e (diff)
parent26a995d192b5e8d41c70f189b585b36a29721362 (diff)
downloadframeworks_av-cdda7bf4d3ca9cad6979374a18dd5be79ea83d80.zip
frameworks_av-cdda7bf4d3ca9cad6979374a18dd5be79ea83d80.tar.gz
frameworks_av-cdda7bf4d3ca9cad6979374a18dd5be79ea83d80.tar.bz2
Merge "frameworks/av: fix errors inside ALOGV"
Diffstat (limited to 'libvideoeditor')
-rwxr-xr-xlibvideoeditor/lvpp/VideoEditorSRC.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvideoeditor/lvpp/VideoEditorSRC.cpp b/libvideoeditor/lvpp/VideoEditorSRC.cpp
index 36d0812..6beabfa 100755
--- a/libvideoeditor/lvpp/VideoEditorSRC.cpp
+++ b/libvideoeditor/lvpp/VideoEditorSRC.cpp
@@ -284,7 +284,7 @@ status_t VideoEditorSRC::getNextBuffer(AudioBufferProvider::Buffer *pBuffer, int
void VideoEditorSRC::releaseBuffer(AudioBufferProvider::Buffer *pBuffer) {
- ALOGV("releaseBuffer: %p", pBuffers);
+ ALOGV("releaseBuffer: %p", pBuffer);
free(pBuffer->raw);
pBuffer->raw = NULL;
pBuffer->frameCount = 0;