FFmpeg
Data Fields
SwsFormat Struct Reference

#include <utils.h>

Data Fields

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

Detailed Description

Definition at line 75 of file utils.h.

Field Documentation

◆ width

int SwsFormat::width

Definition at line 76 of file utils.h.

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

◆ height

int SwsFormat::height

Definition at line 76 of file utils.h.

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

◆ interlaced

int SwsFormat::interlaced

◆ format

enum AVPixelFormat SwsFormat::format

Definition at line 78 of file utils.h.

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

◆ range

enum AVColorRange SwsFormat::range

Definition at line 79 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 80 of file utils.h.

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

◆ loc

enum AVChromaLocation SwsFormat::loc

Definition at line 81 of file utils.h.

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

◆ desc

const AVPixFmtDescriptor* SwsFormat::desc

Definition at line 82 of file utils.h.

Referenced by get_chroma_pos().

◆ color

SwsColor SwsFormat::color

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