aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/ivtv/ivtv-driver.h
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2007-08-20 15:01:58 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-10-09 21:06:38 -0400
commitad8ff0f10b489562012e433acdac92498fe8bdc9 (patch)
treeb98348093c8cff8106e11703c427d151762b7e61 /drivers/media/video/ivtv/ivtv-driver.h
parentf6210c9160dff82ceaaf5e59cf5f8fcd6bdefa38 (diff)
V4L/DVB (6086): ivtv: fix output mode processing: UDMA_YUV wasn't cleared
- Always clear when stopping the decoder - Clear if the filehandle that is being close was used for UDMA_YUV output. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/ivtv/ivtv-driver.h')
-rw-r--r--drivers/media/video/ivtv/ivtv-driver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/ivtv/ivtv-driver.h b/drivers/media/video/ivtv/ivtv-driver.h
index 03d31860851b..3ed4703956d3 100644
--- a/drivers/media/video/ivtv/ivtv-driver.h
+++ b/drivers/media/video/ivtv/ivtv-driver.h
@@ -517,6 +517,7 @@ struct ivtv_stream {
517struct ivtv_open_id { 517struct ivtv_open_id {
518 u32 open_id; 518 u32 open_id;
519 int type; 519 int type;
520 int yuv_frames;
520 enum v4l2_priority prio; 521 enum v4l2_priority prio;
521 struct ivtv *itv; 522 struct ivtv *itv;
522}; 523};