FFmpeg
Functions
csp.c File Reference
#include <stdio.h>
#include "libavutil/csp.h"
#include "libavutil/pixdesc.h"
#include "libavutil/pixfmt.h"

Go to the source code of this file.

Functions

static void print_cie (const char *label, AVCIExy xy)
 
static int cie_eq (AVCIExy a, AVCIExy b)
 
static int desc_eq (const AVColorPrimariesDesc *a, const AVColorPrimariesDesc *b)
 
int main (void)
 

Function Documentation

◆ print_cie()

static void print_cie ( const char *  label,
AVCIExy  xy 
)
static

Definition at line 25 of file csp.c.

Referenced by main().

◆ cie_eq()

static int cie_eq ( AVCIExy  a,
AVCIExy  b 
)
static

Definition at line 31 of file csp.c.

Referenced by desc_eq().

◆ desc_eq()

static int desc_eq ( const AVColorPrimariesDesc a,
const AVColorPrimariesDesc b 
)
static

Definition at line 36 of file csp.c.

Referenced by main().

◆ main()

int main ( void  )

Definition at line 44 of file csp.c.