]> git.sesse.net Git - ffmpeg/blobdiff - libavresample/audio_mix.h
lavr: typedef internal structs in internal.h
[ffmpeg] / libavresample / audio_mix.h
index 4ccfc1fd284e449cd18d08ed7eb83a67ed343f54..5bae5ab6daf124aa64f1358690d6e39e716560eb 100644 (file)
 
 #include "libavutil/samplefmt.h"
 #include "avresample.h"
+#include "internal.h"
 #include "audio_data.h"
 
 typedef void (mix_func)(uint8_t **src, void **matrix, int len, int out_ch,
                         int in_ch);
 
-typedef struct AudioMix AudioMix;
-
 /**
  * Set mixing function if the parameters match.
  *