Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199959
b: refs/heads/master
c: a75ffc1
h: refs/heads/master
i:
  199957: a756e4a
  199955: 9968d17
  199951: 8f6908e
v: v3
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Jun 1, 2010
1 parent 924b2f4 commit bd128d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2db4e78f14a5b4741b09d03e6d17610537a9af27
refs/heads/master: a75ffc124611a535aec8f403817d382d106c68d7
4 changes: 2 additions & 2 deletions trunk/drivers/media/video/tvp514x.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ struct tvp514x_decoder {

enum tvp514x_std current_std;
int num_stds;
struct tvp514x_std_info *std_list;
const struct tvp514x_std_info *std_list;
/* Input and Output Routing parameters */
u32 input;
u32 output;
Expand Down Expand Up @@ -223,7 +223,7 @@ static const struct v4l2_fmtdesc tvp514x_fmt_list[] = {
* Currently supports two standards only, need to add support for rest of the
* modes, like SECAM, etc...
*/
static struct tvp514x_std_info tvp514x_std_list[] = {
static const struct tvp514x_std_info tvp514x_std_list[] = {
/* Standard: STD_NTSC_MJ */
[STD_NTSC_MJ] = {
.width = NTSC_NUM_ACTIVE_PIXELS,
Expand Down

0 comments on commit bd128d1

Please sign in to comment.