Commit 3dee4317 authored by Steven Toth's avatar Steven Toth Committed by Mauro Carvalho Chehab

[media] saa7164: fix vbi compiler warnings

Signed-off-by: default avatarSteven Toth <stoth@kernellabs.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 99b73d38
......@@ -988,9 +988,6 @@ static int saa7164_vbi_start_streaming(struct saa7164_port *port)
int saa7164_vbi_fmt(struct file *file, void *priv, struct v4l2_format *f)
{
struct saa7164_vbi_fh *fh = priv;
struct saa7164_port *port = fh->port;
/* ntsc */
f->fmt.vbi.samples_per_line = 1600;
f->fmt.vbi.samples_per_line = 1440;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment