summaryrefslogtreecommitdiff
path: root/libavfilter/vf_signalstats.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_signalstats.c')
-rw-r--r--libavfilter/vf_signalstats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_signalstats.c b/libavfilter/vf_signalstats.c
index 22a1db196f..298881bc72 100644
--- a/libavfilter/vf_signalstats.c
+++ b/libavfilter/vf_signalstats.c
@@ -33,7 +33,7 @@ enum FilterMode {
FILT_NUMB
};
-typedef struct {
+typedef struct SignalstatsContext {
const AVClass *class;
int chromah; // height of chroma plane
int chromaw; // width of chroma plane