Go to the source code of this file.
|
| static int | print_ops (SwsContext *const ctx, void *opaque, SwsOpList *ops) |
| |
| static int | cmp_str (const void *a, const void *b) |
| |
| static int | register_op (SwsContext *ctx, void *opaque, SwsOp *op) |
| |
| static int | print_and_free_summary (void *opaque, void *key) |
| |
| static void | log_stdout (void *avcl, int level, const char *fmt, va_list vl) |
| |
| int | main (int argc, char **argv) |
| |
◆ print_ops()
◆ cmp_str()
| static int cmp_str |
( |
const void * |
a, |
|
|
const void * |
b |
|
) |
| |
|
static |
◆ register_op()
◆ print_and_free_summary()
| static int print_and_free_summary |
( |
void * |
opaque, |
|
|
void * |
key |
|
) |
| |
|
static |
◆ log_stdout()
| static void log_stdout |
( |
void * |
avcl, |
|
|
int |
level, |
|
|
const char * |
fmt, |
|
|
va_list |
vl |
|
) |
| |
|
static |
◆ main()
| int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |