summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_uspp.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_uspp.c')
-rw-r--r--libavfilter/vf_uspp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_uspp.c b/libavfilter/vf_uspp.c
index 66035cd..da4029f 100644
--- a/libavfilter/vf_uspp.c
+++ b/libavfilter/vf_uspp.c
@@ -37,7 +37,7 @@
#define MAX_LEVEL 8 /* quality levels */
#define BLOCK 16
-typedef struct {
+typedef struct USPPContext {
const AVClass *av_class;
int log2_count;
int hsub, vsub;
OpenPOWER on IntegriCloud