|
FFmpeg
|
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) |
Definition at line 1068 of file vf_drawtext.c.
| const char* drawtext_function::name |
Definition at line 1069 of file vf_drawtext.c.
| unsigned drawtext_function::argc_min |
Definition at line 1070 of file vf_drawtext.c.
| unsigned drawtext_function::argc_max |
Definition at line 1070 of file vf_drawtext.c.
| int drawtext_function::tag |
opaque argument to func
Definition at line 1071 of file vf_drawtext.c.
| int(* drawtext_function::func)(AVFilterContext *, AVBPrint *, char *, unsigned, char **, int) |
Definition at line 1072 of file vf_drawtext.c.
Referenced by eval_function().
1.8.6