From bf378e1286166765aea8a9b28caa84bf6488a768 Mon Sep 17 00:00:00 2001 From: Michael Hunold Date: Mon, 6 Jan 2003 17:47:29 +0000 Subject: Fixed the "gray bar on the left side of the video window after startup" bug. --- linux/drivers/media/common/saa7146_video.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'linux/drivers/media') diff --git a/linux/drivers/media/common/saa7146_video.c b/linux/drivers/media/common/saa7146_video.c index c5dfca244..cb088dd35 100644 --- a/linux/drivers/media/common/saa7146_video.c +++ b/linux/drivers/media/common/saa7146_video.c @@ -1209,12 +1209,6 @@ struct videobuf_queue_ops video_qops = { /********************************************************************************/ /* file operations */ -static -struct saa7146_standard standard[] = { - { "PAL-BG", V4L2_STD_PAL_BG, SAA7146_PAL_VALUES }, -}; - - static void video_init(struct saa7146_dev *dev, struct saa7146_vv *vv) { @@ -1226,7 +1220,7 @@ void video_init(struct saa7146_dev *dev, struct saa7146_vv *vv) vv->video_q.dev = dev; /* set some default values */ - vv->standard = &standard[0]; + vv->standard = &dev->ext->ext_vv_data->stds[0]; /* FIXME: what's this? */ vv->current_hps_source = SAA7146_HPS_SOURCE_PORT_A; -- cgit v1.2.3