]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/ebur128.h
avfilter/af_stereotools: add forgotten break
[ffmpeg] / libavfilter / ebur128.h
index b94cd2492816c0eadfb1287de4f83c992b722741..74367545e8c9148839b057bac969e32f7c88e553 100644 (file)
@@ -100,7 +100,7 @@ struct FFEBUR128StateInternal;
  *
  *  You should not need to modify this struct directly.
  */
-typedef struct {
+typedef struct FFEBUR128State {
     int mode;                         /**< The current mode. */
     unsigned int channels;            /**< The number of channels. */
     unsigned long samplerate;         /**< The sample rate. */