FFmpeg
Data Fields
drawtext_function Struct Reference

Data Fields

const char * name
 
unsigned argc_min
 
unsigned argc_max
 
int tag
 opaque argument to func More...
 
int(* func )(AVFilterContext *, AVBPrint *, char *, unsigned, char **, int)
 

Detailed Description

Definition at line 1220 of file vf_drawtext.c.

Field Documentation

◆ name

const char* drawtext_function::name

Definition at line 1221 of file vf_drawtext.c.

◆ argc_min

unsigned drawtext_function::argc_min

Definition at line 1222 of file vf_drawtext.c.

◆ argc_max

unsigned drawtext_function::argc_max

Definition at line 1222 of file vf_drawtext.c.

◆ tag

int drawtext_function::tag

opaque argument to func

Definition at line 1223 of file vf_drawtext.c.

◆ func

int(* drawtext_function::func) (AVFilterContext *, AVBPrint *, char *, unsigned, char **, int)

Definition at line 1224 of file vf_drawtext.c.

Referenced by eval_function().


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