提交 f769c260 编写于 作者: H Hans Verkuil 提交者: Mauro Carvalho Chehab

[media] Two small string fixes in v4l2-ctrls.c

Fix one typo and use 'Microseconds' instead of 'useconds' in the pre-emphasis
descriptions.
Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
上级 9ce28d82
......@@ -245,8 +245,8 @@ const char * const *v4l2_ctrl_get_menu(u32 id)
};
static const char * const tune_preemphasis[] = {
"No Preemphasis",
"50 useconds",
"75 useconds",
"50 Microseconds",
"75 Microseconds",
NULL,
};
static const char * const header_mode[] = {
......@@ -343,7 +343,7 @@ const char * const *v4l2_ctrl_get_menu(u32 id)
};
static const char * const mpeg4_profile[] = {
"Simple",
"Adcanved Simple",
"Advanced Simple",
"Core",
"Simple Scalable",
"Advanced Coding Efficency",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册