FFmpeg
Data Fields
SwsImplResult Struct Reference

#include <ops_chain.h>

Data Fields

SwsFuncPtr func
 
SwsOpPriv priv
 
void(* free )(SwsOpPriv *priv)
 
int over_read
 
int over_write
 

Detailed Description

Definition at line 111 of file ops_chain.h.

Field Documentation

◆ func

SwsFuncPtr SwsImplResult::func

Definition at line 112 of file ops_chain.h.

Referenced by ff_sws_op_compile_tables().

◆ priv

SwsOpPriv SwsImplResult::priv

Definition at line 113 of file ops_chain.h.

Referenced by ff_sws_op_compile_tables(), and normalize_clear().

◆ free

void(* SwsImplResult::free) (SwsOpPriv *priv)

Definition at line 114 of file ops_chain.h.

Referenced by ff_sws_op_compile_tables().

◆ over_read

int SwsImplResult::over_read

Definition at line 115 of file ops_chain.h.

Referenced by ff_sws_op_compile_tables().

◆ over_write

int SwsImplResult::over_write

Definition at line 116 of file ops_chain.h.

Referenced by ff_sws_op_compile_tables().


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