1
0
mirror of https://github.com/DigitalDevices/dddvb.git synced 2023-10-10 13:37:43 +02:00

add DVB-S2X roll-offs

This commit is contained in:
Ralph Metzler 2018-01-16 23:51:38 +01:00
parent 4f136e5659
commit a6b6e3be29

View File

@ -586,6 +586,9 @@ enum fe_rolloff {
ROLLOFF_20, ROLLOFF_20,
ROLLOFF_25, ROLLOFF_25,
ROLLOFF_AUTO, ROLLOFF_AUTO,
ROLLOFF_15,
ROLLOFF_10,
ROLLOFF_5,
}; };
/** /**