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_drawbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavfilter/vf_drawbox.c') diff --git a/libavfilter/vf_drawbox.c b/libavfilter/vf_drawbox.c index 2241974..ab14af2 100644 --- a/libavfilter/vf_drawbox.c +++ b/libavfilter/vf_drawbox.c @@ -36,7 +36,7 @@ enum { Y, U, V, A }; -typedef struct { +typedef struct DrawBoxContext { const AVClass *class; int x, y, w_opt, h_opt, w, h; char *color_str; -- cgit v1.1