|
FFmpeg
|
Represents an output buffer for a filter pass. More...
#include <graph.h>
Data Fields | |
| SwsFrame | frame |
| int | width |
| int | height |
| AVFrame * | avframe |
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.
| SwsFrame SwsPassBuffer::frame |
Definition at line 60 of file graph.h.
Referenced by ff_sws_graph_run().
| int SwsPassBuffer::width |
Definition at line 62 of file graph.h.
Referenced by ff_sws_graph_add_pass().
| int SwsPassBuffer::height |
Definition at line 62 of file graph.h.
Referenced by ff_sws_graph_add_pass().
| AVFrame* SwsPassBuffer::avframe |
Definition at line 63 of file graph.h.
Referenced by ff_sws_graph_run(), and pass_alloc_output().
1.8.17