Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72036
b: refs/heads/master
c: 4339ab9
h: refs/heads/master
v: v3
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Oct 22, 2007
1 parent c064732 commit 3f25062
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: af3420b4495914a1a889ae7de0220c793461ba1f
refs/heads/master: 4339ab93657cce9ca0e4678053ddcb68149d48fd
3 changes: 2 additions & 1 deletion trunk/drivers/media/video/ivtv/ivtv-streams.c
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,8 @@ int ivtv_start_v4l2_encode_stream(struct ivtv_stream *s)
s->buffers_stolen = 0;

/* mute/unmute video */
ivtv_vapi(itv, CX2341X_ENC_MUTE_VIDEO, 1, test_bit(IVTV_F_I_RADIO_USER, &itv->i_flags) ? 1 : 0);
ivtv_vapi(itv, CX2341X_ENC_MUTE_VIDEO, 1,
test_bit(IVTV_F_I_RADIO_USER, &itv->i_flags) ? 0x00808001 : 0);

/* Clear Streamoff flags in case left from last capture */
clear_bit(IVTV_F_S_STREAMOFF, &s->s_flags);
Expand Down

0 comments on commit 3f25062

Please sign in to comment.