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 114 of file ops_chain.h.

Field Documentation

◆ func

SwsFuncPtr SwsImplResult::func

Definition at line 115 of file ops_chain.h.

Referenced by ff_sws_uop_lookup().

◆ priv

SwsOpPriv SwsImplResult::priv

◆ free

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

◆ over_read

int SwsImplResult::over_read

Definition at line 118 of file ops_chain.h.

Referenced by ff_sws_uop_lookup().

◆ over_write

int SwsImplResult::over_write

Definition at line 119 of file ops_chain.h.

Referenced by ff_sws_uop_lookup().


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