[media] DocBook: properly document the delivery systems
Use a table for the delivery systems. The table is organized by the type (cable, satellite, terrestrial) and shows what standards are not fully implemented. Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
This commit is contained in:
parent
b35f6ba978
commit
d21ddba826
2 changed files with 79 additions and 26 deletions
|
@ -416,7 +416,7 @@ enum fe_rolloff {
|
|||
|
||||
typedef enum fe_rolloff fe_rolloff_t;
|
||||
|
||||
typedef enum fe_delivery_system {
|
||||
enum fe_delivery_system {
|
||||
SYS_UNDEFINED,
|
||||
SYS_DVBC_ANNEX_A,
|
||||
SYS_DVBC_ANNEX_B,
|
||||
|
@ -436,7 +436,9 @@ typedef enum fe_delivery_system {
|
|||
SYS_DVBT2,
|
||||
SYS_TURBO,
|
||||
SYS_DVBC_ANNEX_C,
|
||||
} fe_delivery_system_t;
|
||||
};
|
||||
|
||||
typedef enum fe_delivery_system fe_delivery_system_t;
|
||||
|
||||
/* backward compatibility */
|
||||
#define SYS_DVBC_ANNEX_AC SYS_DVBC_ANNEX_A
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue