|
FFmpeg
|
#include <ops_chain.h>
Data Fields | ||
| const SwsUOpTable * | table | |
| union { | ||
| const SwsUOp * uop | ||
| const SwsOp * op | ||
| }; | ||
| SwsContext * | ctx | |
Definition at line 105 of file ops_chain.h.
| const SwsUOpTable* SwsImplParams::table |
Definition at line 106 of file ops_chain.h.
| const SwsUOp* SwsImplParams::uop |
Definition at line 108 of file ops_chain.h.
| const SwsOp* SwsImplParams::op |
Definition at line 109 of file ops_chain.h.
| union { ... } SwsImplParams |
| SwsContext* SwsImplParams::ctx |
Definition at line 111 of file ops_chain.h.