avfilter: don't anonymously typedef structs
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user