FFmpeg
Data Fields
SwsFormat Struct Reference

#include <utils.h>

Data Fields

int width
 
int height
 
int interlaced
 
enum AVPixelFormat format
 
enum AVColorRange range
 
enum AVColorPrimaries prim
 
enum AVColorTransferCharacteristic trc
 
enum AVColorSpace csp
 
enum AVChromaLocation loc
 
const AVPixFmtDescriptordesc
 

Detailed Description

Definition at line 34 of file utils.h.

Field Documentation

◆ width

int SwsFormat::width

Definition at line 35 of file utils.h.

Referenced by ff_fmt_equal(), ff_fmt_from_frame(), and ff_test_fmt().

◆ height

int SwsFormat::height

Definition at line 35 of file utils.h.

Referenced by ff_fmt_equal(), ff_fmt_from_frame(), and ff_test_fmt().

◆ interlaced

int SwsFormat::interlaced

Definition at line 36 of file utils.h.

Referenced by ff_fmt_equal(), ff_fmt_from_frame(), sws_is_noop(), and sws_test_frame().

◆ format

enum AVPixelFormat SwsFormat::format

Definition at line 37 of file utils.h.

Referenced by ff_fmt_equal(), ff_fmt_from_frame(), and ff_test_fmt().

◆ range

enum AVColorRange SwsFormat::range

Definition at line 38 of file utils.h.

Referenced by ff_fmt_equal(), ff_fmt_from_frame(), and ff_test_fmt().

◆ prim

enum AVColorPrimaries SwsFormat::prim

Definition at line 39 of file utils.h.

Referenced by ff_fmt_equal(), ff_fmt_from_frame(), and ff_test_fmt().

◆ trc

enum AVColorTransferCharacteristic SwsFormat::trc

Definition at line 40 of file utils.h.

Referenced by ff_fmt_equal(), ff_fmt_from_frame(), and ff_test_fmt().

◆ csp

enum AVColorSpace SwsFormat::csp

Definition at line 41 of file utils.h.

Referenced by ff_fmt_equal(), ff_fmt_from_frame(), and ff_test_fmt().

◆ loc

enum AVChromaLocation SwsFormat::loc

Definition at line 42 of file utils.h.

Referenced by ff_fmt_equal(), ff_fmt_from_frame(), and ff_test_fmt().

◆ desc

const AVPixFmtDescriptor* SwsFormat::desc

Definition at line 43 of file utils.h.


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