Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2012-11-13 17:16:48 +0400
committerPaul B Mahol <onemda@gmail.com>2012-11-13 17:21:21 +0400
commit1acd2f6ba7bc85d4aab6f0ebdc56c8d21785640e (patch)
tree6269ef27e201fd8cd8646f565565976e224a6337 /libswresample/swresample_internal.h
parente97a24109c629d8a65bc52b4ec5a6952a7b30284 (diff)
Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.h
Also remove it in once case when it is not needed. Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libswresample/swresample_internal.h')
-rw-r--r--libswresample/swresample_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libswresample/swresample_internal.h b/libswresample/swresample_internal.h
index 38b18d9d7e..459b1b0868 100644
--- a/libswresample/swresample_internal.h
+++ b/libswresample/swresample_internal.h
@@ -22,7 +22,7 @@
#define SWR_INTERNAL_H
#include "swresample.h"
-#include "libavutil/audioconvert.h"
+#include "libavutil/channel_layout.h"
#include "config.h"
#define SQRT3_2 1.22474487139158904909 /* sqrt(3/2) */