1
0
mirror of https://github.com/DigitalDevices/dddvb.git synced 2023-10-10 13:37:43 +02:00
This commit is contained in:
drmocm 2023-09-16 16:09:47 +02:00
parent 7b23c917d3
commit 775ddf72ef

View File

@ -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);
} }