diff options
author | Paul B Mahol <onemda@gmail.com> | 2012-11-13 13:16:48 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2012-11-13 13:21:21 +0000 |
commit | 1acd2f6ba7bc85d4aab6f0ebdc56c8d21785640e (patch) | |
tree | 6269ef27e201fd8cd8646f565565976e224a6337 /libswresample/audioconvert.h | |
parent | e97a24109c629d8a65bc52b4ec5a6952a7b30284 (diff) | |
download | ffmpeg-1acd2f6ba7bc85d4aab6f0ebdc56c8d21785640e.tar.gz |
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/audioconvert.h')
-rw-r--r-- | libswresample/audioconvert.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libswresample/audioconvert.h b/libswresample/audioconvert.h index 9a234d4b93..d8af003671 100644 --- a/libswresample/audioconvert.h +++ b/libswresample/audioconvert.h @@ -31,7 +31,6 @@ #include "swresample_internal.h" #include "libavutil/cpu.h" -#include "libavutil/audioconvert.h" typedef void (conv_func_type)(uint8_t *po, const uint8_t *pi, int is, int os, uint8_t *end); |