FFmpeg
|
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <inttypes.h>
#include "libavutil/mem.h"
#include "libswscale/swscale.h"
#include "libswscale/rgb2rgb.h"
Go to the source code of this file.
Macros | |
#define | SIZE 1000 |
#define | srcByte 0x55 |
#define | dstByte 0xBB |
#define | FUNC(s, d, n) { s, d, #n, n } |
Functions | |
int | main (int argc, char **argv) |
#define SIZE 1000 |
Definition at line 31 of file colorspace.c.
Referenced by main().
#define srcByte 0x55 |
Definition at line 32 of file colorspace.c.
Referenced by main().
#define dstByte 0xBB |
Definition at line 33 of file colorspace.c.
Referenced by main().
Definition at line 35 of file colorspace.c.
Referenced by main().
Definition at line 37 of file colorspace.c.