| 
    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 | 
| int flag | 
Definition at line 34 of file cpu.c.
Referenced by print_cpu_flags().
| const char* name | 
Definition at line 35 of file cpu.c.
Referenced by main(), and print_cpu_flags().
| const { ... } cpu_flag_tab[] | 
Referenced by main(), and print_cpu_flags().
 1.8.17