Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76417
b: refs/heads/master
c: d6964aa
h: refs/heads/master
i:
  76415: 9f23e8a
v: v3
  • Loading branch information
Brandon Philips authored and Mauro Carvalho Chehab committed Jan 25, 2008
1 parent 82084e5 commit 1073fb5
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: 0fc0686e64d21a6abded96af2b1a895dfa8b2530
refs/heads/master: d6964aa8d4a418d69da1652121940fabc6b5d591
4 changes: 2 additions & 2 deletions trunk/include/media/videobuf-core.h
Original file line number Diff line number Diff line change
Expand Up @@ -162,12 +162,12 @@ struct videobuf_queue {
struct videobuf_queue_ops *ops;
struct videobuf_qtype_ops *int_ops;

unsigned int streaming:1;
unsigned int reading:1;
/* capture via mmap() + ioctl(QBUF/DQBUF) */
unsigned int streaming;
struct list_head stream;

/* capture via read() */
unsigned int reading;
unsigned int read_off;
struct videobuf_buffer *read_buf;

Expand Down

0 comments on commit 1073fb5

Please sign in to comment.