mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-12 02:19:35 +00:00
avfilter/vf_drawtext: Fix doxygen comment
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
87a2bf2459
commit
b5be1a7e23
@ -664,7 +664,7 @@ static int func_eval_expr(AVFilterContext *ctx, AVBPrint *bp,
|
||||
static const struct drawtext_function {
|
||||
const char *name;
|
||||
unsigned argc_min, argc_max;
|
||||
int tag; /** opaque argument to func */
|
||||
int tag; /**< opaque argument to func */
|
||||
int (*func)(AVFilterContext *, AVBPrint *, char *, unsigned, char **, int);
|
||||
} functions[] = {
|
||||
{ "expr", 1, 1, 0, func_eval_expr },
|
||||
|
Loading…
Reference in New Issue
Block a user