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_unsharp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavfilter/vf_unsharp.c') diff --git a/libavfilter/vf_unsharp.c b/libavfilter/vf_unsharp.c index 842ec7e06c..d0d59e24ff 100644 --- a/libavfilter/vf_unsharp.c +++ b/libavfilter/vf_unsharp.c @@ -62,7 +62,7 @@ typedef struct FilterParam { uint32_t *sc[(MAX_SIZE * MAX_SIZE) - 1]; ///< finite state machine storage } FilterParam; -typedef struct { +typedef struct UnsharpContext { const AVClass *class; int lmsize_x, lmsize_y, cmsize_x, cmsize_y; float lamount, camount; -- cgit v1.2.3