Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113854
b: refs/heads/master
c: a928880
h: refs/heads/master
v: v3
  • Loading branch information
Andy Walls authored and Mauro Carvalho Chehab committed Oct 12, 2008
1 parent 18df76f commit e3f7957
Show file tree
Hide file tree
Showing 3 changed files with 1 addition 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: 9b0ae867a6fd3035e97e6c33bc07a5bfd7c0f96c
refs/heads/master: a928880a5b65aa64bbbac880cdc65de85827ba20
1 change: 0 additions & 1 deletion trunk/drivers/media/video/cx18/cx18-driver.h
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@ struct cx18_stream {
/* Buffer Stats */
u32 buffers;
u32 buf_size;
u32 buffers_stolen;

/* Buffer Queues */
struct cx18_queue q_free; /* free buffers */
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/media/video/cx18/cx18-streams.c
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,6 @@ int cx18_start_v4l2_encode_stream(struct cx18_stream *s)
default:
return -EINVAL;
}
s->buffers_stolen = 0;

/* mute/unmute video */
cx18_vapi(cx, CX18_CPU_SET_VIDEO_MUTE, 2,
Expand Down

0 comments on commit e3f7957

Please sign in to comment.