summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/OMXCodec.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'media/libstagefright/OMXCodec.cpp')
-rw-r--r--media/libstagefright/OMXCodec.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/media/libstagefright/OMXCodec.cpp b/media/libstagefright/OMXCodec.cpp
index d905619..22c2f39 100644
--- a/media/libstagefright/OMXCodec.cpp
+++ b/media/libstagefright/OMXCodec.cpp
@@ -1266,6 +1266,8 @@ status_t OMXCodec::freeBuffersOnPort(
CHECK_EQ(info->mOwnedByComponent, false);
+ CODEC_LOGV("freeing buffer %p on port %ld", info->mBuffer, portIndex);
+
status_t err =
mOMX->free_buffer(mNode, portIndex, info->mBuffer);