From a903f8f087b0bdcc5643054147f3a5f278e7eb99 Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Sat, 10 Nov 2012 10:00:00 -0500 Subject: Include libavutil/channel_layout.h instead of libavutil/audioconvert.h Also reorder some other #include when applicable. --- libavcodec/vorbis_data.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavcodec/vorbis_data.c') diff --git a/libavcodec/vorbis_data.c b/libavcodec/vorbis_data.c index 98c7a599c9..03c3d6bae6 100644 --- a/libavcodec/vorbis_data.c +++ b/libavcodec/vorbis_data.c @@ -18,10 +18,10 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#include "libavutil/channel_layout.h" +#include "libavutil/mem.h" #include "dsputil.h" #include "vorbis.h" -#include "libavutil/audioconvert.h" -#include "libavutil/mem.h" const uint8_t ff_vorbis_channel_layout_offsets[8][8] = { { 0 }, -- cgit v1.2.3