FFmpeg
Loading...
Searching...
No Matches
colorspace.c File Reference
#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)
 

Functions

int main (int argc, char **argv)
 

Macro Definition Documentation

◆ SIZE

#define SIZE   1000

Definition at line 31 of file colorspace.c.

◆ srcByte

#define srcByte   0x55

Definition at line 32 of file colorspace.c.

Referenced by main().

◆ dstByte

#define dstByte   0xBB

Definition at line 33 of file colorspace.c.

Referenced by main().

◆ FUNC

#define FUNC ( s,
d,
n )
Value:
{ s, d, #n, n }
#define s(width, name)
Definition cbs_vp9.c:198

Definition at line 35 of file colorspace.c.

Referenced by main().

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

Definition at line 37 of file colorspace.c.