[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:
Mauro Carvalho Chehab 2015-05-28 20:00:43 -03:00
parent 01f18d9633
commit 58e11cc3c1
4 changed files with 43 additions and 33 deletions

View file

@ -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,