remove PCR mode setting

This commit is contained in:
internal 2023-07-31 21:22:45 +02:00
parent e18b425f41
commit abbb9e324a
1 changed files with 0 additions and 5 deletions

View File

@ -1137,11 +1137,6 @@ void set_dvbc_mods(int adapt, int chans, uint32_t start_freq, write_data *wd)
exit(1);
}
if (set_property(fd, MODULATOR_PCR_MODE, 0) < 0){
fprintf(stderr,"setting pcr mode 0 failed\n");
exit(1);
}
freq += 8000000;
close(fd);
free(device);