[mpp_buffer]: Fix handwriting error

Change-Id: I6dd3bb986d4c35fd6255b1eec2617569d2e7ba70
Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
This commit is contained in:
Herman Chen
2016-12-09 16:10:46 +08:00
parent ae1611601c
commit 1d12407883

View File

@@ -642,7 +642,7 @@ void MppBufferService::put_group(MppBufferGroupImpl *p)
mpp_err("force release all remaining buffer\n");
list_for_each_entry_safe(pos, n, &p->list_used, MppBufferImpl, list_status) {
mpp_err("clearing buffer %p pos\n");
mpp_err("clearing buffer %p\n", pos);
pos->ref_count = 0;
pos->used = 0;
pos->discard = 0;