FFmpeg
Data Fields
SwsPassBuffer Struct Reference

Represents an output buffer for a filter pass. More...

#include <graph.h>

Data Fields

SwsFrame frame
 
int width
 
int height
 
AVFrameavframe
 
int width_align
 
int width_pad
 

Detailed Description

Represents an output buffer for a filter pass.

During filter graph construction, these merely hold the metadata. Allocation of the underlying storage is deferred until after all filter passes are settled.

Definition at line 59 of file graph.h.

Field Documentation

◆ frame

SwsFrame SwsPassBuffer::frame

Definition at line 60 of file graph.h.

Referenced by ff_sws_graph_run().

◆ width

int SwsPassBuffer::width

Definition at line 62 of file graph.h.

Referenced by ff_sws_graph_add_pass().

◆ height

int SwsPassBuffer::height

Definition at line 62 of file graph.h.

Referenced by ff_sws_graph_add_pass().

◆ avframe

AVFrame* SwsPassBuffer::avframe

Definition at line 63 of file graph.h.

Referenced by ff_sws_graph_run(), and pass_alloc_output().

◆ width_align

int SwsPassBuffer::width_align

Definition at line 66 of file graph.h.

Referenced by align_pass(), ff_sws_graph_add_pass(), and ff_sws_pass_aligned_width().

◆ width_pad

int SwsPassBuffer::width_pad

Definition at line 67 of file graph.h.

Referenced by align_pass(), and ff_sws_pass_aligned_width().


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