Commit f769c260 authored by Hans Verkuil's avatar Hans Verkuil Committed by 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: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 9ce28d82
...@@ -245,8 +245,8 @@ const char * const *v4l2_ctrl_get_menu(u32 id) ...@@ -245,8 +245,8 @@ const char * const *v4l2_ctrl_get_menu(u32 id)
}; };
static const char * const tune_preemphasis[] = { static const char * const tune_preemphasis[] = {
"No Preemphasis", "No Preemphasis",
"50 useconds", "50 Microseconds",
"75 useconds", "75 Microseconds",
NULL, NULL,
}; };
static const char * const header_mode[] = { static const char * const header_mode[] = {
...@@ -343,7 +343,7 @@ const char * const *v4l2_ctrl_get_menu(u32 id) ...@@ -343,7 +343,7 @@ const char * const *v4l2_ctrl_get_menu(u32 id)
}; };
static const char * const mpeg4_profile[] = { static const char * const mpeg4_profile[] = {
"Simple", "Simple",
"Adcanved Simple", "Advanced Simple",
"Core", "Core",
"Simple Scalable", "Simple Scalable",
"Advanced Coding Efficency", "Advanced Coding Efficency",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment