diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2011-11-24 07:58:53 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-02-14 10:43:27 -0500 |
commit | da8ec560e3b4e25d73c64a9e08f9f90ebfbfbf7c (patch) | |
tree | b5a54de56115709452e7ae24bcedffc46ebb56cd /drivers/media/video/ivtv/ivtv-fileops.c | |
parent | 6b4f12523db46536c750473abdd380763cb0409b (diff) |
[media] ivtv: implement new decoder command ioctls
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/ivtv/ivtv-fileops.c')
-rw-r--r-- | drivers/media/video/ivtv/ivtv-fileops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/ivtv/ivtv-fileops.c b/drivers/media/video/ivtv/ivtv-fileops.c index 2cd6c89b7d91..c9663e885b9f 100644 --- a/drivers/media/video/ivtv/ivtv-fileops.c +++ b/drivers/media/video/ivtv/ivtv-fileops.c | |||
@@ -900,7 +900,7 @@ int ivtv_v4l2_close(struct file *filp) | |||
900 | if (s->type >= IVTV_DEC_STREAM_TYPE_MPG) { | 900 | if (s->type >= IVTV_DEC_STREAM_TYPE_MPG) { |
901 | struct ivtv_stream *s_vout = &itv->streams[IVTV_DEC_STREAM_TYPE_VOUT]; | 901 | struct ivtv_stream *s_vout = &itv->streams[IVTV_DEC_STREAM_TYPE_VOUT]; |
902 | 902 | ||
903 | ivtv_stop_decoding(id, VIDEO_CMD_STOP_TO_BLACK | VIDEO_CMD_STOP_IMMEDIATELY, 0); | 903 | ivtv_stop_decoding(id, V4L2_DEC_CMD_STOP_TO_BLACK | V4L2_DEC_CMD_STOP_IMMEDIATELY, 0); |
904 | 904 | ||
905 | /* If all output streams are closed, and if the user doesn't have | 905 | /* If all output streams are closed, and if the user doesn't have |
906 | IVTV_DEC_STREAM_TYPE_VOUT open, then disable CC on TV-out. */ | 906 | IVTV_DEC_STREAM_TYPE_VOUT open, then disable CC on TV-out. */ |