From 8992cb1d0d07edc33d274f6d7924ecdf6f83d994 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Thu, 5 Sep 2013 17:57:22 +0100 Subject: making act segmenter --- ffmpeg/libavutil/audioconvert.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ffmpeg/libavutil/audioconvert.h (limited to 'ffmpeg/libavutil/audioconvert.h') diff --git a/ffmpeg/libavutil/audioconvert.h b/ffmpeg/libavutil/audioconvert.h new file mode 100644 index 0000000..300a67c --- /dev/null +++ b/ffmpeg/libavutil/audioconvert.h @@ -0,0 +1,6 @@ + +#include "version.h" + +#if FF_API_AUDIOCONVERT +#include "channel_layout.h" +#endif -- cgit v1.2.3