summaryrefslogtreecommitdiff
path: root/libavfilter/f_bench.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/f_bench.c')
-rw-r--r--libavfilter/f_bench.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/f_bench.c b/libavfilter/f_bench.c
index b7b179209a..f9e1006925 100644
--- a/libavfilter/f_bench.c
+++ b/libavfilter/f_bench.c
@@ -28,7 +28,7 @@ enum BenchAction {
NB_ACTION
};
-typedef struct {
+typedef struct BenchContext {
const AVClass *class;
int action;
int64_t max, min;