Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
linuxdvb: isdb-t fix
  • Loading branch information
perexg committed Jan 15, 2016
1 parent e460a3e commit 5503511
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/input/mpegts/linuxdvb/linuxdvb_frontend.c
Expand Up @@ -1516,6 +1516,11 @@ linuxdvb_frontend_tune0
case DVB_TYPE_ATSC_T:
p.u.vsb.modulation = TR(modulation, mod_tbl, QAM_AUTO);
break;
#if DVB_API_VERSION >= 5
case DVB_TYPE_ISDB_T:
case DVB_TYPE_DAB:
break;
#endif
default:
tvherror("linuxdvb", "%s - unknown FE type %d", buf1, dmc->dmc_fe_type);
return SM_CODE_TUNING_FAILED;
Expand Down

0 comments on commit 5503511

Please sign in to comment.