mirror of
https://github.com/nyanmisaka/mpp.git
synced 2026-01-24 05:30:40 +01:00
[mpp_buffer]: Fix handwriting error
Change-Id: I6dd3bb986d4c35fd6255b1eec2617569d2e7ba70 Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
This commit is contained in:
parent
ae1611601c
commit
1d12407883
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue