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:
Maheshwar Ajja 2012-12-17 16:34:56 +05:30 committed by Stephen Boyd
parent f1d0bde9f4
commit 6204f9f258

View file

@ -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 * 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 * 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, vcd_get_buffer_requirements_cmn,
NULL, NULL,
NULL, NULL,
NULL, vcd_free_buffer_cmn,
vcd_fill_output_buffer_cmn, vcd_fill_output_buffer_cmn,
vcd_clnt_cb_in_flushing, vcd_clnt_cb_in_flushing,
}, },