FFmpeg
Data Fields
SwsPassBuffer Struct Reference

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

#include <graph.h>

Data Fields

SwsImg img
 
int width
 
int height
 
AVBufferRefbuf [4]
 

Detailed Description

Represents an allocated output buffer for a filter pass.

Definition at line 69 of file graph.h.

Field Documentation

◆ img

SwsImg SwsPassBuffer::img

Definition at line 70 of file graph.h.

Referenced by ff_sws_graph_add_pass(), and pass_output().

◆ width

int SwsPassBuffer::width

Definition at line 71 of file graph.h.

Referenced by ff_sws_graph_add_pass().

◆ height

int SwsPassBuffer::height

Definition at line 71 of file graph.h.

Referenced by ff_sws_graph_add_pass().

◆ buf

AVBufferRef* SwsPassBuffer::buf[4]

Definition at line 72 of file graph.h.

Referenced by pass_alloc_output().


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