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 | 9a66215a0f025697feff7b23b38bd81099ab2264 (patch) | |
tree | 6dfc04ba6962b77c5a94eab041117308b14dba2c /console/fbtv.c | |
parent | 0232cfd283801fe5bc7af5e4d29a70a429dc3421 (diff) |
v3.87
Diffstat (limited to 'console/fbtv.c')
-rw-r--r-- | console/fbtv.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/console/fbtv.c b/console/fbtv.c index 9697219..58a89ae 100644 --- a/console/fbtv.c +++ b/console/fbtv.c @@ -705,10 +705,7 @@ main(int argc, char *argv[]) parse_config(); channel_menu(); - do_va_cmd(2,"setfreqtab",(-1 != chantab) - ? chanlist_names[chantab].str : "europe-west"); - cur_capture = 0; - do_va_cmd(2,"capture","overlay"); + init_overlay(); if (optind+1 == argc) { do_va_cmd(2,"setstation",argv[optind]); } else { |