[FFmpeg-devel] [PATCH 2/6] avfilter/vf_drawtext: Fix doxygen comment
Michael Niedermayer
michaelni at gmx.at
Thu May 23 15:58:12 CEST 2013
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
---
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 d1f7fcb..157bfc7 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 },
--
1.7.9.5
More information about the ffmpeg-devel
mailing list