From 4d68269d58ca4f6f71b4baa30e0cf9fbde52bbc3 Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Fri, 21 Dec 2012 16:26:51 -0500 Subject: lavr: typedef internal structs in internal.h Simplifies header dependencies by not including all other internal headers in internal.h. --- libavresample/audio_mix.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libavresample/audio_mix.h') diff --git a/libavresample/audio_mix.h b/libavresample/audio_mix.h index 4ccfc1fd28..5bae5ab6da 100644 --- a/libavresample/audio_mix.h +++ b/libavresample/audio_mix.h @@ -25,13 +25,12 @@ #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. * -- cgit v1.2.3