summaryrefslogtreecommitdiff
path: root/libavfilter/aeval.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/aeval.c')
-rw-r--r--libavfilter/aeval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/aeval.c b/libavfilter/aeval.c
index 1f74f49c72..cdddbaf31d 100644
--- a/libavfilter/aeval.c
+++ b/libavfilter/aeval.c
@@ -53,7 +53,7 @@ enum var_name {
VAR_VARS_NB
};
-typedef struct {
+typedef struct EvalContext {
const AVClass *class;
char *sample_rate_str;
int sample_rate;