FFmpeg
Data Fields
SwsImg Struct Reference

Represents a view into a single field of frame data. More...

#include <graph.h>

Data Fields

enum AVPixelFormat fmt
 
uint8_t * data [4]
 
int linesize [4]
 
const AVFrameframe_ptr
 

Detailed Description

Represents a view into a single field of frame data.

Definition at line 35 of file graph.h.

Field Documentation

◆ fmt

enum AVPixelFormat SwsImg::fmt

Definition at line 36 of file graph.h.

Referenced by ff_sws_graph_add_pass(), and run_copy().

◆ data

uint8_t* SwsImg::data[4]

◆ linesize

int SwsImg::linesize[4]

◆ frame_ptr

const AVFrame* SwsImg::frame_ptr

Definition at line 39 of file graph.h.

Referenced by pass_output().


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