Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 192775
b: refs/heads/master
c: 9a766d5
h: refs/heads/master
i:
  192773: 5ab5203
  192771: 107455e
  192767: 09a5654
v: v3
  • Loading branch information
Ian Armstrong authored and Mauro Carvalho Chehab committed May 18, 2010
1 parent bb27aea commit 4a88fd6
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 283328c29db4463c31ee59f9ab418449cfa376b3
refs/heads/master: 9a766d55b72a439b2e16ecf2ac3eb831ab25e0d3
4 changes: 4 additions & 0 deletions trunk/drivers/media/video/ivtv/ivtv-streams.c
Original file line number Diff line number Diff line change
Expand Up @@ -829,6 +829,10 @@ int ivtv_stop_v4l2_encode_stream(struct ivtv_stream *s, int gop_end)
ivtv_set_irq_mask(itv, IVTV_IRQ_ENC_VIM_RST);
}

/* Raw-passthrough is implied on start. Make sure it's stopped so
the encoder will re-initialize when next started */
ivtv_vapi(itv, CX2341X_ENC_STOP_CAPTURE, 3, 1, 2, 7);

wake_up(&s->waitq);

return 0;
Expand Down

0 comments on commit 4a88fd6

Please sign in to comment.