Merge "msm: vidc: Fix issue in split mode for UBWC output"
This commit is contained in:
commit
b09d016fa4
1 changed files with 2 additions and 1 deletions
|
@ -1217,7 +1217,8 @@ static void handle_event_change(enum hal_command_response cmd, void *data)
|
|||
"V4L2_EVENT_SEQ_CHANGED_INSUFFICIENT due to bit-depth change\n");
|
||||
}
|
||||
|
||||
if (inst->pic_struct != event_notify->pic_struct) {
|
||||
if (inst->fmts[CAPTURE_PORT].fourcc == V4L2_PIX_FMT_NV12 &&
|
||||
inst->pic_struct != event_notify->pic_struct) {
|
||||
inst->pic_struct = event_notify->pic_struct;
|
||||
event = V4L2_EVENT_SEQ_CHANGED_INSUFFICIENT;
|
||||
ptr[2] |= V4L2_EVENT_PICSTRUCT_FLAG;
|
||||
|
|
Loading…
Add table
Reference in a new issue