From b5be1a7e233618fbede597f6fc81780a1a3f2266 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Thu, 23 May 2013 15:50:39 +0200 Subject: [PATCH] avfilter/vf_drawtext: Fix doxygen comment Signed-off-by: Michael Niedermayer --- libavfilter/vf_drawtext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/vf_drawtext.c b/libavfilter/vf_drawtext.c index d1f7fcb1be..157bfc72f9 100644 --- a/libavfilter/vf_drawtext.c +++ b/libavfilter/vf_drawtext.c @@ -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 },