|
FFmpeg
|
Represents an allocated output buffer for a filter pass. More...
#include <graph.h>
Data Fields | |
| SwsImg | img |
| int | width |
| int | height |
| AVBufferRef * | buf [4] |
| SwsImg SwsPassBuffer::img |
Definition at line 70 of file graph.h.
Referenced by ff_sws_graph_add_pass(), and pass_output().
| int SwsPassBuffer::width |
Definition at line 71 of file graph.h.
Referenced by ff_sws_graph_add_pass().
| int SwsPassBuffer::height |
Definition at line 71 of file graph.h.
Referenced by ff_sws_graph_add_pass().
| AVBufferRef* SwsPassBuffer::buf[4] |
Definition at line 72 of file graph.h.
Referenced by pass_alloc_output().
1.8.17