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_lut.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavfilter/vf_lut.c') diff --git a/libavfilter/vf_lut.c b/libavfilter/vf_lut.c index c59dcd6cc4..9299d4019a 100644 --- a/libavfilter/vf_lut.c +++ b/libavfilter/vf_lut.c @@ -63,7 +63,7 @@ enum var_name { VAR_VARS_NB }; -typedef struct { +typedef struct LutContext { const AVClass *class; uint8_t lut[4][256]; ///< lookup table for each component char *comp_expr_str[4]; -- cgit v1.2.3