FFmpeg  1.2.12
Data Fields
drawtext_function Struct Reference

Data Fields

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

Detailed Description

Definition at line 678 of file vf_drawtext.c.

Field Documentation

unsigned drawtext_function::argc_max

Definition at line 680 of file vf_drawtext.c.

unsigned drawtext_function::argc_min

Definition at line 680 of file vf_drawtext.c.

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

opaque argument to func

Definition at line 682 of file vf_drawtext.c.

Referenced by eval_function().

const char* drawtext_function::name

Definition at line 679 of file vf_drawtext.c.

int drawtext_function::tag

Definition at line 681 of file vf_drawtext.c.


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