Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a62bdbd7 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: vidc: Add support for querying hier coding capability"

parents 11ec78dc 4ba7df1a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -204,6 +204,9 @@ int msm_vidc_query_ctrl(void *instance, struct v4l2_queryctrl *ctrl)
		}
		break;
	}
	case V4L2_CID_MPEG_VIDEO_HEVC_HIER_CODING_LAYER:
		msm_vidc_ctrl_get_range(ctrl, &inst->capability.hier_p);
		break;
	default:
		rc = -EINVAL;
	}