FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
cpu.c File Reference
#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 []
 

Function Documentation

static void print_cpu_flags ( int  cpu_flags,
const char *  type 
)
static

Definition at line 80 of file cpu.c.

Referenced by main().

int main ( int  argc,
char **  argv 
)

Definition at line 93 of file cpu.c.

Variable Documentation

int flag
const char* name

Definition at line 35 of file cpu.c.

const { ... } cpu_flag_tab[]

Referenced by main(), and print_cpu_flags().