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

Commit 78ccd7c2 authored by Maheshwar Ajja's avatar Maheshwar Ajja Committed by Gerrit - the friendly Code Review server
Browse files

msm: vidc: Disable decode batching



Video usecases are failed due to decode
batching feature and hence disable it.

Change-Id: I867ac87486ee97c6a8dae08e5141f728bca416a6
Signed-off-by: default avatarMaheshwar Ajja <majja@codeaurora.org>
parent f7bce59f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -169,7 +169,7 @@ static struct msm_vidc_common_data sm8150_common_data[] = {
	},
	{
		.key = "qcom,decode-batching",
		.value = 1,
		.value = 0,
	},
};