[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: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
9ce28d827f
commit
f769c26085
1 changed files with 3 additions and 3 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue