]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_signalstats.c
avfilter/af_surround: make volume configurable for front center and lfe channel
[ffmpeg] / libavfilter / vf_signalstats.c
index 22a1db196f0e3ab7a5ea016f186c7a47686487f2..298881bc72b902f641351ac3fef1273d092a3619 100644 (file)
@@ -33,7 +33,7 @@ enum FilterMode {
     FILT_NUMB
 };
 
-typedef struct {
+typedef struct SignalstatsContext {
     const AVClass *class;
     int chromah;    // height of chroma plane
     int chromaw;    // width of chroma plane