FFmpeg 5.1.4
Data Fields
AVPrimaryCoefficients Struct Reference

Struct defining the red, green, and blue primary locations in terms of CIE 1931 chromaticity x and y. More...

#include <libavutil/csp.h>

Data Fields

AVCIExy r
 
AVCIExy g
 
AVCIExy b
 

Detailed Description

Struct defining the red, green, and blue primary locations in terms of CIE 1931 chromaticity x and y.

Definition at line 55 of file csp.h.

Field Documentation

◆ r

AVCIExy AVPrimaryCoefficients::r

Definition at line 56 of file csp.h.

◆ g

AVCIExy AVPrimaryCoefficients::g

Definition at line 56 of file csp.h.

◆ b

AVCIExy AVPrimaryCoefficients::b

Definition at line 56 of file csp.h.


The documentation for this struct was generated from the following file: