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

Commit 2931cf55 authored by Paras Nagda's avatar Paras Nagda Committed by Gerrit - the friendly Code Review server
Browse files

media: v4l2-ctrls: Add missing entry in header_mode



Add missing entry in header_mode qmenu array to avoid
NULL dereference.

Change-Id: I4c930c82c806c72853ac0383c0413d682cb0e86a
Signed-off-by: default avatarParas Nagda <pnagda@codeaurora.org>
parent 91aa9b06
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -313,6 +313,7 @@ const char * const *v4l2_ctrl_get_menu(u32 id)
	static const char * const header_mode[] = {
		"Separate Buffer",
		"Joined With 1st Frame",
		"Joined with I Frame",
		NULL,
	};
	static const char * const multi_slice[] = {