set roll-off to auto or dvb-core will select default

Signed-off-by: rjkm <none>
This commit is contained in:
rjkm 2022-01-14 20:20:38 +01:00
parent b6d2a37ac2
commit 4aa7a68e21
1 changed files with 1 additions and 0 deletions

View File

@ -111,6 +111,7 @@ static int set_fe_input(struct dddvb_fe *fe, uint32_t fr,
{ .cmd = DTV_INVERSION, .u.data = INVERSION_AUTO },
{ .cmd = DTV_SYMBOL_RATE, .u.data = sr },
{ .cmd = DTV_INNER_FEC, .u.data = FEC_AUTO },
{ .cmd = DTV_ROLLOFF, .u.data = ROLLOFF_AUTO },
};
struct dtv_properties c;
int ret;