diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2010-04-01 11:24:40 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2010-04-01 11:24:40 +0200 |
commit | e99e58b6d385a8ae806a97b88ec4dbb26c898619 (patch) | |
tree | 0abfa3103a07f01938548f1881f32e58079316d9 /console/fbtv.c | |
parent | 602289d4a5303d666ae9eda87fb12c0ea0225c13 (diff) |
v3.82
Diffstat (limited to 'console/fbtv.c')
-rw-r--r-- | console/fbtv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/console/fbtv.c b/console/fbtv.c index aa57b46..9c4e868 100644 --- a/console/fbtv.c +++ b/console/fbtv.c @@ -519,7 +519,7 @@ grabber_init(void) screen.width = fb_var.xres_virtual; screen.height = fb_var.yres_virtual; screen.bytesperline = fb_fix.line_length; - drv = ng_vid_open(ng_dev.video,&screen,0,&h_drv); + drv = ng_vid_open(ng_dev.video,NULL,&screen,0,&h_drv); if (NULL == drv) { fprintf(stderr,"no grabber device available\n"); exit(1); |