diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2012-12-21 16:26:51 -0500 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2013-01-07 21:49:05 -0500 |
commit | 4d68269d58ca4f6f71b4baa30e0cf9fbde52bbc3 (patch) | |
tree | 2f6fc38fd3199db653d4c953d23121df58b61bc5 /libavresample/resample.h | |
parent | 6042a12174e58f7cfca47de56c372b4164d270ba (diff) | |
download | ffmpeg-4d68269d58ca4f6f71b4baa30e0cf9fbde52bbc3.tar.gz |
lavr: typedef internal structs in internal.h
Simplifies header dependencies by not including all other internal headers
in internal.h.
Diffstat (limited to 'libavresample/resample.h')
-rw-r--r-- | libavresample/resample.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libavresample/resample.h b/libavresample/resample.h index 7534e26ad4..4544dab92f 100644 --- a/libavresample/resample.h +++ b/libavresample/resample.h @@ -22,10 +22,9 @@ #define AVRESAMPLE_RESAMPLE_H #include "avresample.h" +#include "internal.h" #include "audio_data.h" -typedef struct ResampleContext ResampleContext; - /** * Allocate and initialize a ResampleContext. * |