#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <stdlib.h>
#include <inttypes.h>
#include "swscale.h"
#include "rgb2rgb.h"
Go to the source code of this file.
Defines | |
#define | SIZE 1000 |
#define | srcByte 0x55 |
#define | dstByte 0xBB |
#define | FUNC(s, d, n) {s,d,#n,n} |
Functions | |
static char * | args_parse (int argc, char *argv[]) |
int | main (int argc, char **argv) |
Variables | |
static int | cpu_caps |
static char* args_parse | ( | int | argc, | |
char * | argv[] | |||
) | [static] |
int cpu_caps [static] |