msm: vidc: Enable port reconfig for thumbnail session
This is needed as there are issues in DPB management in firmware. Change-Id: I15591e85185e1ba29cf0caace61a252464fb193f Signed-off-by: Surajit Podder <spodder@codeaurora.org>
This commit is contained in:
parent
9c9289f600
commit
def46a1648
1 changed files with 1 additions and 2 deletions
|
@ -1087,8 +1087,7 @@ static void handle_event_change(enum hal_command_response cmd, void *data)
|
|||
rc = msm_comm_g_ctrl_for_id(inst,
|
||||
V4L2_CID_MPEG_VIDC_VIDEO_CONTINUE_DATA_TRANSFER);
|
||||
|
||||
if ((!IS_ERR_VALUE(rc) && rc == true) ||
|
||||
is_thumbnail_session(inst)) {
|
||||
if (!IS_ERR_VALUE(rc) && rc == true) {
|
||||
event = V4L2_EVENT_SEQ_CHANGED_SUFFICIENT;
|
||||
|
||||
if (msm_comm_get_stream_output_mode(inst) ==
|
||||
|
|
Loading…
Add table
Reference in a new issue