summaryrefslogtreecommitdiff
path: root/libavfilter/vf_noise.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_noise.h')
-rw-r--r--libavfilter/vf_noise.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavfilter/vf_noise.h b/libavfilter/vf_noise.h
index 2207ed961f..92998e54c9 100644
--- a/libavfilter/vf_noise.h
+++ b/libavfilter/vf_noise.h
@@ -34,7 +34,7 @@
#define NOISE_AVERAGED 8
#define NOISE_PATTERN 16
-typedef struct {
+typedef struct FilterParams {
int strength;
unsigned flags;
AVLFG lfg;
@@ -45,7 +45,7 @@ typedef struct {
int rand_shift_init;
} FilterParams;
-typedef struct {
+typedef struct NoiseContext {
const AVClass *class;
int nb_planes;
int bytewidth[4];