mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2023-10-10 13:37:43 +02:00
s
This commit is contained in:
parent
7b23c917d3
commit
775ddf72ef
@ -1075,7 +1075,6 @@ void set_dvb_mods(int adapt, int chans, uint32_t start_freq,
|
|||||||
free(device);
|
free(device);
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
fprintf(stderr,"QAM: %d\n",wd->tp[i].qam);
|
|
||||||
|
|
||||||
int re= 0;
|
int re= 0;
|
||||||
uint8_t stream_format = 4; //format is ransport stream
|
uint8_t stream_format = 4; //format is ransport stream
|
||||||
@ -1098,7 +1097,7 @@ void set_dvb_mods(int adapt, int chans, uint32_t start_freq,
|
|||||||
default:
|
default:
|
||||||
re = -1;
|
re = -1;
|
||||||
}
|
}
|
||||||
|
if (re < 0) fprintf(stderr,"ERROR setting stream\n");
|
||||||
close(fd);
|
close(fd);
|
||||||
free(device);
|
free(device);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user