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_convert.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libavresample/audio_convert.h') diff --git a/libavresample/audio_convert.h b/libavresample/audio_convert.h index b8808f1..7d47b15 100644 --- a/libavresample/audio_convert.h +++ b/libavresample/audio_convert.h @@ -23,10 +23,9 @@ #include "libavutil/samplefmt.h" #include "avresample.h" +#include "internal.h" #include "audio_data.h" -typedef struct AudioConvert AudioConvert; - /** * Set conversion function if the parameters match. * -- cgit v1.1