summaryrefslogtreecommitdiffstats
path: root/libavresample/audio_convert.h
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2012-12-21 16:26:51 -0500
committerJustin Ruggles <justin.ruggles@gmail.com>2013-01-07 21:49:05 -0500
commit4d68269d58ca4f6f71b4baa30e0cf9fbde52bbc3 (patch)
tree2f6fc38fd3199db653d4c953d23121df58b61bc5 /libavresample/audio_convert.h
parent6042a12174e58f7cfca47de56c372b4164d270ba (diff)
downloadffmpeg-streaming-4d68269d58ca4f6f71b4baa30e0cf9fbde52bbc3.zip
ffmpeg-streaming-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/audio_convert.h')
-rw-r--r--libavresample/audio_convert.h3
1 files changed, 1 insertions, 2 deletions
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.
*
OpenPOWER on IntegriCloud