mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
msm: vidc: Add free buffer api to flush state
This change adds free buffer api to video client's flushing state to allow buffer freeing in flush state. CRs-fixed: 430214 Change-Id: I970efbbd8cc503eab4b944e12630f1b1faa9069c Signed-off-by: Maheshwar Ajja <majja@codeaurora.org>
This commit is contained in:
parent
f1d0bde9f4
commit
6204f9f258
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (c) 2010-2012, Code Aurora Forum. All rights reserved.
|
||||
/* Copyright (c) 2010-2013, Linux Foundation. All rights reserved.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License version 2 and
|
||||
|
@ -1744,7 +1744,7 @@ static const struct vcd_clnt_state_table vcd_clnt_table_flushing = {
|
|||
vcd_get_buffer_requirements_cmn,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
vcd_free_buffer_cmn,
|
||||
vcd_fill_output_buffer_cmn,
|
||||
vcd_clnt_cb_in_flushing,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue