mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2023-10-10 13:37:43 +02:00
remove PCR mode setting
This commit is contained in:
parent
4943ea294a
commit
647e8d77c3
@ -1137,11 +1137,6 @@ void set_dvbc_mods(int adapt, int chans, uint32_t start_freq, write_data *wd)
|
|||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if (set_property(fd, MODULATOR_PCR_MODE, 0) < 0){
|
|
||||||
fprintf(stderr,"setting pcr mode 0 failed\n");
|
|
||||||
exit(1);
|
|
||||||
}
|
|
||||||
freq += 8000000;
|
freq += 8000000;
|
||||||
close(fd);
|
close(fd);
|
||||||
free(device);
|
free(device);
|
||||||
|
Loading…
Reference in New Issue
Block a user