Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 38263
b: refs/heads/master
c: dcc29cb
h: refs/heads/master
i:
  38261: b514963
  38259: b96c033
  38255: bbb751e
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Oct 3, 2006
1 parent c0b9116 commit e2e1399
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 92b2db08b1150576d295ba9440e172675095c3ae
refs/heads/master: dcc29cbcec8c8482eea249030e0aa65b7451073d
5 changes: 5 additions & 0 deletions trunk/include/linux/videodev2.h
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,8 @@ struct v4l2_fmtdesc

#define V4L2_FMT_FLAG_COMPRESSED 0x0001

#if 1
/* Experimental Frame Size and frame rate enumeration */
/*
* F R A M E S I Z E E N U M E R A T I O N
*/
Expand Down Expand Up @@ -348,6 +350,7 @@ struct v4l2_frmivalenum

__u32 reserved[2]; /* Reserved space for future use */
};
#endif

/*
* T I M E C O D E
Expand Down Expand Up @@ -1322,8 +1325,10 @@ struct v4l2_streamparm
#define VIDIOC_G_EXT_CTRLS _IOWR ('V', 71, struct v4l2_ext_controls)
#define VIDIOC_S_EXT_CTRLS _IOWR ('V', 72, struct v4l2_ext_controls)
#define VIDIOC_TRY_EXT_CTRLS _IOWR ('V', 73, struct v4l2_ext_controls)
#if 1
#define VIDIOC_ENUM_FRAMESIZES _IOWR ('V', 74, struct v4l2_frmsizeenum)
#define VIDIOC_ENUM_FRAMEINTERVALS _IOWR ('V', 75, struct v4l2_frmivalenum)
#endif

#ifdef __OLD_VIDIOC_
/* for compatibility, will go away some day */
Expand Down

0 comments on commit e2e1399

Please sign in to comment.