|
FFmpeg
|
#include <stdio.h>#include "config.h"#include "libavutil/cpu.h"#include "libavutil/avstring.h"#include "compat/getopt.c"Go to the source code of this file.
Functions | |
| static void | print_cpu_flags (int cpu_flags, const char *type) |
| int | main (int argc, char **argv) |
Variables | ||
| struct { | ||
| int flag | ||
| const char * name | ||
| } | cpu_flag_tab [] | |
|
static |
| const struct { ... } cpu_flag_tab[] |
Referenced by main(), and print_cpu_flags().