Skip to content

Commit

Permalink
fix dad specinv dvb-c (#881)
Browse files Browse the repository at this point in the history
ver=1.2 DVB-C need specinv not inversion
  • Loading branch information
9000h authored Jul 5, 2021
1 parent 1d35386 commit bf62510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adapter.c
Original file line number Diff line number Diff line change
Expand Up @@ -1365,7 +1365,7 @@ char *describe_adapter(int sid, int aid, char *dad, int ld) {
(double)t->freq / 1000, t->bw / 1000000, get_delsys(t->sys),
get_modulation(t->mtype), t->sr / 1000, t->c2tft,
itoa_positive(ds, t->ds), itoa_positive(plp_isi, t->plp_isi),
get_inversion(t->inversion));
get_specinv(t->inversion));

if (use_ad) {
int len1 = len;
Expand Down

0 comments on commit bf62510

Please sign in to comment.