|
FFmpeg
|
#include <ops_chain.h>
Data Fields | |
| SwsFuncPtr | func |
| SwsOpPriv | priv |
| void(* | free )(SwsOpPriv *priv) |
| int | over_read |
| int | over_write |
Definition at line 111 of file ops_chain.h.
| SwsFuncPtr SwsImplResult::func |
Definition at line 112 of file ops_chain.h.
Referenced by ff_sws_op_compile_tables().
| SwsOpPriv SwsImplResult::priv |
Definition at line 113 of file ops_chain.h.
Referenced by ff_sws_op_compile_tables(), and normalize_clear().
Definition at line 114 of file ops_chain.h.
Referenced by ff_sws_op_compile_tables().
| int SwsImplResult::over_read |
Definition at line 115 of file ops_chain.h.
Referenced by ff_sws_op_compile_tables().
| int SwsImplResult::over_write |
Definition at line 116 of file ops_chain.h.
Referenced by ff_sws_op_compile_tables().
1.8.17