summaryrefslogtreecommitdiffstats
path: root/stream/tv.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/tv.c')
-rw-r--r--stream/tv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/stream/tv.c b/stream/tv.c
index 65260e04c0..bb39cf2e53 100644
--- a/stream/tv.c
+++ b/stream/tv.c
@@ -637,7 +637,7 @@ int open_tv(tvi_handle_t *tvh)
/* grep frequency in chanlist */
{
- unsigned long i2;
+ unsigned long i2 = 0;
int freq;
tv_get_freq(tvh, &i2);
@@ -797,7 +797,7 @@ int tv_get_signal(tvi_handle_t *tvh)
*
*/
int tv_step_freq(tvi_handle_t* tvh, float step_interval){
- unsigned long frequency;
+ unsigned long frequency = 0;
tvh->tv_param->scan=0;
tv_get_freq(tvh,&frequency);