FFmpeg
Data Fields
SwsOpBackend Struct Reference

#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...
 

Detailed Description

Definition at line 103 of file ops_internal.h.

Field Documentation

◆ name

const char* SwsOpBackend::name

Definition at line 104 of file ops_internal.h.

Referenced by check_ops().

◆ compile

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.


The documentation for this struct was generated from the following file: