]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/af_earwax.c
avfilter: don't anonymously typedef structs
[ffmpeg] / libavfilter / af_earwax.c
index b0ba4cff6543eeb1d3158f7ecd9d8aa35ce7060a..7b880c86c6e20226bfa3e1c0bede29c9e5b0287c 100644 (file)
@@ -71,7 +71,7 @@ static const int8_t filt[NUMTAPS] = {
     0,   -5,
     4,    0};
 
-typedef struct {
+typedef struct EarwaxContext {
     int16_t taps[NUMTAPS * 2];
 } EarwaxContext;