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

Commit 0929cfc9 authored by Chinmay Sawarkar's avatar Chinmay Sawarkar Committed by Gerrit - the friendly Code Review server
Browse files

[media] v4l2-ctrls: Add qmenu entries for new bitrate modes



Four new bitrate modes controls have been defined in v4l2.
Corresponding qmenu array entries are missing, resulting in
kernel panic.

CRs-Fixed: 2208507
Change-Id: I712b3fe1408a7db5fe7f7b235fb02c9d7ee36181
Signed-off-by: default avatarChinmay Sawarkar <chinmays@codeaurora.org>
parent 6b4c8de9
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -201,6 +201,10 @@ const char * const *v4l2_ctrl_get_menu(u32 id)
	static const char * const mpeg_video_bitrate_mode[] = {
		"Variable Bitrate",
		"Constant Bitrate",
		"Maximum Bitrate",
		"RC OFF",
		"CBR VFR",
		"MBR VFR",
		NULL
	};
	static const char * const mpeg_stream_type[] = {