Commit 31361fc4632f20e3a108f56b1a1a9c9bf2dfc07c

Authored by Mauro Carvalho Chehab
1 parent 2b719d7baf

[media] videobuf-core.h: remove input fields

Now that the input fields got removed from the userspace API,
there's no sense to keep there at the VB struct. Remove it.

Cc: Sakari Ailus <sakari.ailus@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

Showing 1 changed file with 0 additions and 2 deletions Side-by-side Diff

include/media/videobuf-core.h
... ... @@ -72,7 +72,6 @@
72 72 unsigned int height;
73 73 unsigned int bytesperline; /* use only if != 0 */
74 74 unsigned long size;
75   - unsigned int input;
76 75 enum v4l2_field field;
77 76 enum videobuf_state state;
78 77 struct list_head stream; /* QBUF/DQBUF list */
... ... @@ -142,7 +141,6 @@
142 141 wait_queue_head_t wait; /* wait if queue is empty */
143 142  
144 143 enum v4l2_buf_type type;
145   - unsigned int inputs; /* for V4L2_BUF_FLAG_INPUT */
146 144 unsigned int msize;
147 145 enum v4l2_field field;
148 146 enum v4l2_field last; /* for field=V4L2_FIELD_ALTERNATE */