Commit b5be1a7e authored by Michael Niedermayer's avatar Michael Niedermayer

avfilter/vf_drawtext: Fix doxygen comment

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 87a2bf24
......@@ -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 },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment