VLC 4.0.0-dev
|
Data Structures | |
struct | vlc_rational_t |
struct | staticentry_t |
struct | entry |
Macros | |
#define | VLC_API |
#define | VLC_USED |
#define | VLC_FOURCC(a, b, c, d) { a, b, c, d } |
#define | A(sfcc) E(sfcc, NULL) |
#define | B(fcc, dsc) { true, fcc, dsc } |
#define | E(sfcc, dsc) { false, sfcc, dsc } |
#define | p(t) |
Typedefs | |
typedef uint32_t | vlc_fourcc_t |
Functions | |
static int | cmp_entry (const void *a, const void *b) |
static void | process_list (const char *name, const staticentry_t *list, size_t n) |
int | main (void) |
#define A | ( | sfcc | ) | E(sfcc, NULL) |
#define B | ( | fcc, | |
dsc | |||
) | { true, fcc, dsc } |
#define E | ( | sfcc, | |
dsc | |||
) | { false, sfcc, dsc } |
#define p | ( | t | ) |
#define VLC_API |
#define VLC_FOURCC | ( | a, | |
b, | |||
c, | |||
d | |||
) | { a, b, c, d } |
#define VLC_USED |
typedef uint32_t vlc_fourcc_t |
|
static |
References entry::alias, and entry::fourcc.
Referenced by process_list().
int main | ( | void | ) |
References p.
|
static |
References entry::alias, cmp_entry(), entry::desc, entry::fourcc, list, and name.