FFmpeg
|
#include <ops_internal.h>
Data Fields | |
const char * | name |
int(* | compile )(SwsContext *ctx, SwsOpList *ops, SwsCompiledOp *out) |
Compile an operation list to an implementation chain. More... | |
Definition at line 103 of file ops_internal.h.
const char* SwsOpBackend::name |
Definition at line 104 of file ops_internal.h.
Referenced by check_ops().
int(* SwsOpBackend::compile) (SwsContext *ctx, SwsOpList *ops, SwsCompiledOp *out) |
Compile an operation list to an implementation chain.
May modify ops
freely; the original list will be freed automatically by the caller.
Returns 0 or a negative error code.
Definition at line 112 of file ops_internal.h.