Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113898
b: refs/heads/master
c: 432907f
h: refs/heads/master
v: v3
  • Loading branch information
Mike Isely authored and Mauro Carvalho Chehab committed Oct 12, 2008
1 parent 5a933df commit e86e1d7
Show file tree
Hide file tree
Showing 7 changed files with 384 additions and 68 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: 0b7c2c9598e7447ad6a9d157491e6c5459ae56de
refs/heads/master: 432907f750b27aa2b41e1bf398e6eb711ead448f
5 changes: 4 additions & 1 deletion trunk/drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,10 @@ struct pvr2_hdw {
struct v4l2_tuner tuner_signal_info;
int tuner_signal_stale;

/* Cropping capability info */
struct v4l2_cropcap cropcap_info;
int cropcap_stale;

/* Video standard handling */
v4l2_std_id std_mask_eeprom; // Hardware supported selections
v4l2_std_id std_mask_avail; // Which standards we may select from
Expand All @@ -320,7 +324,6 @@ struct pvr2_hdw {
struct pvr2_ctl_info std_info_cur;
struct v4l2_standard *std_defs;
const char **std_enum_names;
struct v4l2_cropcap cropcap;

// Generated string names, one per actual V4L2 standard
const char *std_mask_ptrs[32];
Expand Down
Loading

0 comments on commit e86e1d7

Please sign in to comment.