FFmpeg
Data Fields
SwsFormat Struct Reference

#include <format.h>

Data Fields

int width
 
int height
 
int interlaced
 
enum AVPixelFormat format
 
enum AVPixelFormat hw_format
 
enum AVColorRange range
 
enum AVColorSpace csp
 
enum AVChromaLocation loc
 
const AVPixFmtDescriptordesc
 
SwsColor color
 

Detailed Description

Definition at line 77 of file format.h.

Field Documentation

◆ width

int SwsFormat::width

Definition at line 78 of file format.h.

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

◆ height

int SwsFormat::height

Definition at line 78 of file format.h.

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

◆ interlaced

int SwsFormat::interlaced

◆ format

enum AVPixelFormat SwsFormat::format

◆ hw_format

enum AVPixelFormat SwsFormat::hw_format

Definition at line 81 of file format.h.

Referenced by ff_sws_graph_run(), and ff_test_fmt().

◆ range

enum AVColorRange SwsFormat::range

Definition at line 82 of file format.h.

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

◆ csp

enum AVColorSpace SwsFormat::csp

Definition at line 83 of file format.h.

Referenced by ff_fmt_from_frame(), ff_props_equal(), ff_test_fmt(), and sws_frame_setup().

◆ loc

enum AVChromaLocation SwsFormat::loc

Definition at line 84 of file format.h.

Referenced by ff_fmt_from_frame(), ff_props_equal(), ff_test_fmt(), and get_chroma_pos().

◆ desc

const AVPixFmtDescriptor* SwsFormat::desc

Definition at line 85 of file format.h.

Referenced by get_chroma_pos().

◆ color

SwsColor SwsFormat::color

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