提交 dd6ed861 编写于 作者: S Sean Young 提交者: Mauro Carvalho Chehab

V4L/DVB: saa7134 can capture 720x480 when capturing NTSC

When capturing NTSC, the saa7134 can capture 720x480.

While doing Laserdisc captures using this card, I noticed that right side
was truncated/cropped. The highest geometry the driver allows is 704x480,
even though in Windows XP it is 720x480. This results in no cropping
and the same results as in Windows.

Tested on an AverMedia GO 007 FM Plus.
Signed-off-by: NSean Young <sean@mess.org>
Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
上级 fad93fdb
...@@ -205,7 +205,7 @@ static struct saa7134_format formats[] = { ...@@ -205,7 +205,7 @@ static struct saa7134_format formats[] = {
#define NORM_525_60 \ #define NORM_525_60 \
.h_start = 0, \ .h_start = 0, \
.h_stop = 703, \ .h_stop = 719, \
.video_v_start = 23, \ .video_v_start = 23, \
.video_v_stop = 262, \ .video_v_stop = 262, \
.vbi_v_start_0 = 10, \ .vbi_v_start_0 = 10, \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册