mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +00:00
[media] DocBook: improve documentation for DVB spectral inversion
Format it as a table and provide more details. Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
This commit is contained in:
parent
01f18d9633
commit
58e11cc3c1
4 changed files with 43 additions and 33 deletions
|
@ -154,12 +154,13 @@ enum fe_status {
|
|||
|
||||
typedef enum fe_status fe_status_t;
|
||||
|
||||
typedef enum fe_spectral_inversion {
|
||||
enum fe_spectral_inversion {
|
||||
INVERSION_OFF,
|
||||
INVERSION_ON,
|
||||
INVERSION_AUTO
|
||||
} fe_spectral_inversion_t;
|
||||
};
|
||||
|
||||
typedef enum fe_spectral_inversion fe_spectral_inversion_t;
|
||||
|
||||
typedef enum fe_code_rate {
|
||||
FEC_NONE = 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue