aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/zoran/zoran_driver.c
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2009-02-18 13:24:56 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-03-30 12:42:55 -0300
commit3e66793b622feb383dec59d9c044a4c908d7c5c7 (patch)
treec6efbc436aaa911b3012fee63167a0ac3c5095a1 /drivers/media/video/zoran/zoran_driver.c
parentV4L/DVB (10705): zoran: use slider flag with volume etc. controls. (diff)
downloadlinux-dev-3e66793b622feb383dec59d9c044a4c908d7c5c7.tar.xz
linux-dev-3e66793b622feb383dec59d9c044a4c908d7c5c7.zip
V4L/DVB (10706): zoran: fix field typo.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/zoran/zoran_driver.c')
-rw-r--r--drivers/media/video/zoran/zoran_driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/zoran/zoran_driver.c b/drivers/media/video/zoran/zoran_driver.c
index c7806ac448b2..90ef3ae39c1c 100644
--- a/drivers/media/video/zoran/zoran_driver.c
+++ b/drivers/media/video/zoran/zoran_driver.c
@@ -2463,7 +2463,7 @@ static int zoran_g_fmt_vid_out(struct file *file, void *__fh,
fmt->fmt.pix.pixelformat = V4L2_PIX_FMT_MJPEG;
if (fh->jpg_settings.TmpDcm == 1)
fmt->fmt.pix.field = (fh->jpg_settings.odd_even ?
- V4L2_FIELD_SEQ_BT : V4L2_FIELD_SEQ_BT);
+ V4L2_FIELD_SEQ_TB : V4L2_FIELD_SEQ_BT);
else
fmt->fmt.pix.field = (fh->jpg_settings.odd_even ?
V4L2_FIELD_TOP : V4L2_FIELD_BOTTOM);