mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
[media] DocBook: improve documentation for hierarchy
Format it as a table and links it with the legacy API xml. Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
This commit is contained in:
parent
903142e53c
commit
9df4fc5b8f
4 changed files with 42 additions and 30 deletions
|
@ -244,13 +244,15 @@ enum fe_guard_interval {
|
|||
|
||||
typedef enum fe_guard_interval fe_guard_interval_t;
|
||||
|
||||
typedef enum fe_hierarchy {
|
||||
enum fe_hierarchy {
|
||||
HIERARCHY_NONE,
|
||||
HIERARCHY_1,
|
||||
HIERARCHY_2,
|
||||
HIERARCHY_4,
|
||||
HIERARCHY_AUTO
|
||||
} fe_hierarchy_t;
|
||||
};
|
||||
|
||||
typedef enum fe_hierarchy fe_hierarchy_t;
|
||||
|
||||
enum fe_interleaving {
|
||||
INTERLEAVING_NONE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue