summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/zoran/zoran_card.h
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2009-02-18 17:11:17 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-03-30 12:42:56 -0300
commit0ba514d5d39d017e320ffba6d2a98563b829d37c (patch)
tree20ea0f4a59e71f1864620f676057019acd2d16fe /drivers/media/video/zoran/zoran_card.h
parent7f37cc9bae7aa29d567460c3ac8178d587f710bc (diff)
downloadop-kernel-dev-0ba514d5d39d017e320ffba6d2a98563b829d37c.zip
op-kernel-dev-0ba514d5d39d017e320ffba6d2a98563b829d37c.tar.gz
V4L/DVB (10711): zoran: fix TRY_FMT support
Actually try to turn the format into something usable rather than just rejecting it if it isn't perfect. 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_card.h')
-rw-r--r--drivers/media/video/zoran/zoran_card.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/video/zoran/zoran_card.h b/drivers/media/video/zoran/zoran_card.h
index 4507bdc..4936fea 100644
--- a/drivers/media/video/zoran/zoran_card.h
+++ b/drivers/media/video/zoran/zoran_card.h
@@ -44,7 +44,8 @@ extern int zr36067_debug;
extern struct video_device zoran_template;
extern int zoran_check_jpg_settings(struct zoran *zr,
- struct zoran_jpg_settings *settings);
+ struct zoran_jpg_settings *settings,
+ int try);
extern void zoran_open_init_params(struct zoran *zr);
extern void zoran_vdev_release(struct video_device *vdev);
OpenPOWER on IntegriCloud