Skip to content

Commit

Permalink
[media] Two small string fixes in v4l2-ctrls.c
Browse files Browse the repository at this point in the history
Fix one typo and use 'Microseconds' instead of 'useconds' in the pre-emphasis
descriptions.

Signed-off-by: Mauro Carvalho Chehab <[email protected]>
  • Loading branch information
hverkuil authored and Mauro Carvalho Chehab committed Mar 19, 2012
1 parent 9ce28d8 commit f769c26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/media/video/v4l2-ctrls.c
Original file line number Diff line number Diff line change
Expand Up @@ -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[] = {
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit f769c26

Please sign in to comment.