From 58400ac133bcfb6bf8196b4e5208bc178307739b Mon Sep 17 00:00:00 2001 From: Vittorio Giovara Date: Fri, 11 Apr 2014 11:54:15 +0200 Subject: lavfi: name anonymous structs --- libavfilter/vf_drawtext.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavfilter/vf_drawtext.c') diff --git a/libavfilter/vf_drawtext.c b/libavfilter/vf_drawtext.c index 2338b03229..892104dade 100644 --- a/libavfilter/vf_drawtext.c +++ b/libavfilter/vf_drawtext.c @@ -105,7 +105,7 @@ enum var_name { VAR_VARS_NB }; -typedef struct { +typedef struct DrawTextContext { const AVClass *class; #if CONFIG_LIBFONTCONFIG uint8_t *font; ///< font to be used @@ -223,7 +223,7 @@ struct ft_error #define FT_ERRMSG(e) ft_errors[e].err_msg -typedef struct { +typedef struct Glyph { FT_Glyph *glyph; uint32_t code; FT_Bitmap bitmap; ///< array holding bitmaps of font -- cgit v1.2.3