FFmpeg
Data Fields
SwsPassBuffer Struct Reference

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

#include <graph.h>

Data Fields

SwsFrame frame
 
int width
 
int height
 
AVFrameavframe
 

Detailed Description

Represents an allocated output buffer for a filter pass.

Definition at line 51 of file graph.h.

Field Documentation

◆ frame

SwsFrame SwsPassBuffer::frame

Definition at line 52 of file graph.h.

Referenced by ff_sws_graph_run().

◆ width

int SwsPassBuffer::width

Definition at line 54 of file graph.h.

Referenced by ff_sws_graph_add_pass().

◆ height

int SwsPassBuffer::height

Definition at line 54 of file graph.h.

Referenced by ff_sws_graph_add_pass().

◆ avframe

AVFrame* SwsPassBuffer::avframe

Definition at line 55 of file graph.h.

Referenced by ff_sws_graph_run(), and pass_alloc_output().


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